++ rg -v '#' /usr/share/zoneinfo/zone.tab
++ awk '{print $3}'
++ shuf
++ head -n1
+ TZ=America/Boa_Vista
Choosen random timezone America/Boa_Vista
+ echo 'Choosen random timezone America/Boa_Vista'
+ ln -snf /usr/share/zoneinfo/America/Boa_Vista /etc/localtime
+ echo America/Boa_Vista
+ dpkg -i package_folder/clickhouse-common-static_24.3.18.10426.altinitystable+msan_amd64.deb
Selecting previously unselected package clickhouse-common-static.
(Reading database ... 49077 files and directories currently installed.)
Preparing to unpack .../clickhouse-common-static_24.3.18.10426.altinitystable+msan_amd64.deb ...
Unpacking clickhouse-common-static (24.3.18.10426.altinitystable+msan) ...
Setting up clickhouse-common-static (24.3.18.10426.altinitystable+msan) ...
+ dpkg -i package_folder/clickhouse-common-static-dbg_24.3.18.10426.altinitystable+msan_amd64.deb
Selecting previously unselected package clickhouse-common-static-dbg.
(Reading database ... 49106 files and directories currently installed.)
Preparing to unpack .../clickhouse-common-static-dbg_24.3.18.10426.altinitystable+msan_amd64.deb ...
Unpacking clickhouse-common-static-dbg (24.3.18.10426.altinitystable+msan) ...
Setting up clickhouse-common-static-dbg (24.3.18.10426.altinitystable+msan) ...
+ dpkg -i package_folder/clickhouse-server_24.3.18.10426.altinitystable+msan_amd64.deb
Selecting previously unselected package clickhouse-server.
(Reading database ... 49115 files and directories currently installed.)
Preparing to unpack .../clickhouse-server_24.3.18.10426.altinitystable+msan_amd64.deb ...
Unpacking clickhouse-server (24.3.18.10426.altinitystable+msan) ...
Setting up clickhouse-server (24.3.18.10426.altinitystable+msan) ...
Cannot set 'net_admin' or 'ipc_lock' or 'sys_nice' or 'net_bind_service' capability for clickhouse binary. This is optional. Taskstats accounting will be disabled. To enable taskstats accounting you may add the required capability later manually.
ClickHouse binary is already located at /usr/bin/clickhouse
Symlink /usr/bin/clickhouse-server already exists but it points to /clickhouse. Will replace the old symlink to /usr/bin/clickhouse.
Creating symlink /usr/bin/clickhouse-server to /usr/bin/clickhouse.
Creating symlink /usr/bin/clickhouse-client to /usr/bin/clickhouse.
Creating symlink /usr/bin/clickhouse-local to /usr/bin/clickhouse.
Creating symlink /usr/bin/clickhouse-benchmark to /usr/bin/clickhouse.
Creating symlink /usr/bin/clickhouse-obfuscator to /usr/bin/clickhouse.
Creating symlink /usr/bin/clickhouse-git-import to /usr/bin/clickhouse.
Creating symlink /usr/bin/clickhouse-compressor to /usr/bin/clickhouse.
Creating symlink /usr/bin/clickhouse-format to /usr/bin/clickhouse.
Symlink /usr/bin/clickhouse-extract-from-config already exists but it points to /clickhouse. Will replace the old symlink to /usr/bin/clickhouse.
Creating symlink /usr/bin/clickhouse-extract-from-config to /usr/bin/clickhouse.
Symlink /usr/bin/clickhouse-keeper already exists but it points to /clickhouse. Will replace the old symlink to /usr/bin/clickhouse.
Creating symlink /usr/bin/clickhouse-keeper to /usr/bin/clickhouse.
Symlink /usr/bin/clickhouse-keeper-converter already exists but it points to /clickhouse. Will replace the old symlink to /usr/bin/clickhouse.
Creating symlink /usr/bin/clickhouse-keeper-converter to /usr/bin/clickhouse.
Creating symlink /usr/bin/clickhouse-disks to /usr/bin/clickhouse.
Creating symlink /usr/bin/ch to /usr/bin/clickhouse.
Creating symlink /usr/bin/chl to /usr/bin/clickhouse.
Creating symlink /usr/bin/chc to /usr/bin/clickhouse.
Creating clickhouse group if it does not exist.
groupadd -r clickhouse
Creating clickhouse user if it does not exist.
useradd -r --shell /bin/false --home-dir /nonexistent -g clickhouse clickhouse
Will set ulimits for clickhouse user in /etc/security/limits.d/clickhouse.conf.
Creating config directory /etc/clickhouse-server/config.d that is used for tweaks of main server configuration.
Creating config directory /etc/clickhouse-server/users.d that is used for tweaks of users configuration.
Config file /etc/clickhouse-server/config.xml already exists, will keep it and extract path info from it.
/etc/clickhouse-server/config.xml has /var/lib/clickhouse/ as data path.
/etc/clickhouse-server/config.xml has /var/log/clickhouse-server/ as log path.
Users config file /etc/clickhouse-server/users.xml already exists, will keep it and extract users info from it.
Log directory /var/log/clickhouse-server/ already exists.
Creating data directory /var/lib/clickhouse/.
Creating pid directory /var/run/clickhouse-server.
chown -R clickhouse:clickhouse '/var/log/clickhouse-server/'
chown -R clickhouse:clickhouse '/var/run/clickhouse-server'
chown clickhouse:clickhouse '/var/lib/clickhouse/'
groupadd -r clickhouse-bridge
useradd -r --shell /bin/false --home-dir /nonexistent -g clickhouse-bridge clickhouse-bridge
chown -R clickhouse-bridge:clickhouse-bridge '/usr/bin/clickhouse-odbc-bridge'
chown -R clickhouse-bridge:clickhouse-bridge '/usr/bin/clickhouse-library-bridge'
Password for the default user is an empty string. See /etc/clickhouse-server/users.xml and /etc/clickhouse-server/users.d to change it.
Setting capabilities for clickhouse binary. This is optional.
chown -R clickhouse:clickhouse '/etc/clickhouse-server'
ClickHouse has been successfully installed.
Start clickhouse-server with:
sudo clickhouse start
Start clickhouse-client with:
clickhouse-client
+ dpkg -i package_folder/clickhouse-client_24.3.18.10426.altinitystable+msan_amd64.deb
Selecting previously unselected package clickhouse-client.
(Reading database ... 49132 files and directories currently installed.)
Preparing to unpack .../clickhouse-client_24.3.18.10426.altinitystable+msan_amd64.deb ...
Unpacking clickhouse-client (24.3.18.10426.altinitystable+msan) ...
Setting up clickhouse-client (24.3.18.10426.altinitystable+msan) ...
+ echo ''
+ [[ -z '' ]]
+ ch --query 'SELECT 1'
1
+ chl --query 'SELECT 1'
1
+ chc --version
ClickHouse client version 24.3.18.10426.altinitystable (altinity build).
+ ln -s /usr/share/clickhouse-test/clickhouse-test /usr/bin/clickhouse-test
+ source /attach_gdb.lib
++ source /utils.lib
+ source /utils.lib
+ /usr/share/clickhouse-test/config/install.sh
+ DEST_SERVER_PATH=/etc/clickhouse-server
+ DEST_CLIENT_PATH=/etc/clickhouse-client
+++ dirname /usr/share/clickhouse-test/config/install.sh
++ cd /usr/share/clickhouse-test/config
++ pwd -P
Going to install test configs from /usr/share/clickhouse-test/config into /etc/clickhouse-server
+ SRC_PATH=/usr/share/clickhouse-test/config
+ echo 'Going to install test configs from /usr/share/clickhouse-test/config into /etc/clickhouse-server'
+ mkdir -p /etc/clickhouse-server/config.d/
+ mkdir -p /etc/clickhouse-server/users.d/
+ mkdir -p /etc/clickhouse-client
+ ln -sf /usr/share/clickhouse-test/config/config.d/zookeeper_write.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/max_num_to_warn.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/listen.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/text_log.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/blob_storage_log.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/custom_settings_prefixes.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/enable_access_control_improvements.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/macros.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/secure_ports.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/clusters.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/graphite.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/graphite_alternative.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/database_atomic.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/max_concurrent_queries.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/merge_tree_settings.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/backoff_failed_mutation.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/merge_tree_old_dirs_cleanup.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/test_cluster_with_incorrect_pw.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/keeper_port.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/logging_no_rotate.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/merge_tree.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/lost_forever_check.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/tcp_with_proxy.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/prometheus.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/top_level_domains_lists.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/top_level_domains_path.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/transactions.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/encryption.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/CORS.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/zookeeper_log.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/logger_trace.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/named_collection.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/ssl_certs.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/filesystem_cache_log.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/session_log.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/system_unfreeze.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/enable_zero_copy_replication.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/nlp.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/forbidden_headers.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/enable_keeper_map.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/custom_disks_base_path.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/display_name.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/reverse_dns_query_function.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/compressed_marks_and_index.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/disable_s3_env_credentials.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/enable_wait_for_shutdown_replicated_tables.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/backups.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/filesystem_caches_path.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/validate_tcp_client_information.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/zero_copy_destructive_operations.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/block_number.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/handlers.yaml /etc/clickhouse-server/config.d/
+ '[' /etc/clickhouse-server = /etc/clickhouse-server ']'
+ ln -sf /usr/share/clickhouse-test/config/config.d/legacy_geobase.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/users.d/log_queries.xml /etc/clickhouse-server/users.d/
+ ln -sf /usr/share/clickhouse-test/config/users.d/readonly.xml /etc/clickhouse-server/users.d/
+ ln -sf /usr/share/clickhouse-test/config/users.d/access_management.xml /etc/clickhouse-server/users.d/
+ ln -sf /usr/share/clickhouse-test/config/users.d/database_atomic_drop_detach_sync.xml /etc/clickhouse-server/users.d/
+ ln -sf /usr/share/clickhouse-test/config/users.d/opentelemetry.xml /etc/clickhouse-server/users.d/
+ ln -sf /usr/share/clickhouse-test/config/users.d/remote_queries.xml /etc/clickhouse-server/users.d/
+ ln -sf /usr/share/clickhouse-test/config/users.d/session_log_test.xml /etc/clickhouse-server/users.d/
+ ln -sf /usr/share/clickhouse-test/config/users.d/memory_profiler.xml /etc/clickhouse-server/users.d/
+ ln -sf /usr/share/clickhouse-test/config/users.d/no_fsync_metadata.xml /etc/clickhouse-server/users.d/
+ ln -sf /usr/share/clickhouse-test/config/users.d/filelog.xml /etc/clickhouse-server/users.d/
+ ln -sf /usr/share/clickhouse-test/config/users.d/enable_blobs_check.xml /etc/clickhouse-server/users.d/
+ ln -sf /usr/share/clickhouse-test/config/users.d/marks.xml /etc/clickhouse-server/users.d/
+ ln -sf /usr/share/clickhouse-test/config/users.d/insert_keeper_retries.xml /etc/clickhouse-server/users.d/
+ ln -sf /usr/share/clickhouse-test/config/users.d/prefetch_settings.xml /etc/clickhouse-server/users.d/
+ ln -sf /usr/share/clickhouse-test/config/users.d/nonconst_timezone.xml /etc/clickhouse-server/users.d/
+ ln -sf /usr/share/clickhouse-test/config/users.d/allow_introspection_functions.yaml /etc/clickhouse-server/users.d/
+ ln -sf /usr/share/clickhouse-test/config/users.d/replicated_ddl_entry.xml /etc/clickhouse-server/users.d/
+ [[ -n '' ]]
+ ln -sf /usr/share/clickhouse-test/config/users.d/timeouts.xml /etc/clickhouse-server/users.d/
+ ln -sf /usr/share/clickhouse-test/config/ints_dictionary.xml /etc/clickhouse-server/
+ ln -sf /usr/share/clickhouse-test/config/strings_dictionary.xml /etc/clickhouse-server/
+ ln -sf /usr/share/clickhouse-test/config/decimals_dictionary.xml /etc/clickhouse-server/
+ ln -sf /usr/share/clickhouse-test/config/executable_dictionary.xml /etc/clickhouse-server/
+ ln -sf /usr/share/clickhouse-test/config/executable_pool_dictionary.xml /etc/clickhouse-server/
+ ln -sf /usr/share/clickhouse-test/config/test_function.xml /etc/clickhouse-server/
+ ln -sf /usr/share/clickhouse-test/config/top_level_domains /etc/clickhouse-server/
+ ln -sf /usr/share/clickhouse-test/config/regions_hierarchy.txt /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/regions_names_en.txt /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/ext-en.txt /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/ext-ru.txt /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/lem-en.bin /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/server.key /etc/clickhouse-server/
+ ln -sf /usr/share/clickhouse-test/config/server.crt /etc/clickhouse-server/
+ ln -sf /usr/share/clickhouse-test/config/dhparam.pem /etc/clickhouse-server/
+ ln -sf --backup=simple --suffix=_original.xml /usr/share/clickhouse-test/config/config.d/query_masking_rules.xml /etc/clickhouse-server/config.d/
+ [[ -n '' ]]
+ rm -f /etc/clickhouse-server/config.d/zookeeper_fault_injection.xml
+ ln -sf /usr/share/clickhouse-test/config/config.d/zookeeper.xml /etc/clickhouse-server/config.d/
+ [[ -n '' ]]
+ rm -f /etc/clickhouse-server/config.d/cannot_allocate_thread_injection.xml
+ value=0
+ sed --follow-symlinks -i 's|[01]|0|' /etc/clickhouse-server/config.d/keeper_port.xml
+ value=26753024
+ sed --follow-symlinks -i 's|[[:digit:]]\+|26753024|' /etc/clickhouse-server/config.d/keeper_port.xml
+ value=42092544
+ sed --follow-symlinks -i 's|[[:digit:]]\+|42092544|' /etc/clickhouse-server/config.d/keeper_port.xml
+ [[ -n '' ]]
+ [[ -n '' ]]
+ [[ -n '' ]]
+ ARM=aarch64
++ uname -m
+ OS=x86_64
x86_64
+ [[ -n 1 ]]
+ echo x86_64
+ [[ '' -eq 1 ]]
+ [[ x86_64 == \a\a\r\c\h\6\4 ]]
Adding azure configuration
+ echo 'Adding azure configuration'
+ ln -sf /usr/share/clickhouse-test/config/config.d/azure_storage_conf.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/storage_conf.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/storage_conf_02944.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/storage_conf_02963.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/storage_conf_02961.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/users.d/s3_cache.xml /etc/clickhouse-server/users.d/
+ ln -sf /usr/share/clickhouse-test/config/users.d/s3_cache_new.xml /etc/clickhouse-server/users.d/
+ [[ -n '' ]]
+ ln -sf /usr/share/clickhouse-test/config/client_config.xml /etc/clickhouse-client/config.xml
+ [[ -n '' ]]
+ ./setup_minio.sh stateless
+ azurite-blob --blobHost 0.0.0.0 --blobPort 10000 --debug /azurite_log
+ export MINIO_ROOT_USER=clickhouse
+ MINIO_ROOT_USER=clickhouse
+ export MINIO_ROOT_PASSWORD=clickhouse
+ MINIO_ROOT_PASSWORD=clickhouse
+ main stateless
+ local query_dir
++ check_arg stateless
++ local query_dir
++ '[' '!' 1 -eq 1 ']'
++ case "$1" in
++ query_dir=0_stateless
++ echo 0_stateless
+ query_dir=0_stateless
+ '[' '!' -f ./minio ']'
+ start_minio
+ mkdir -p ./minio_data
+ ./minio --version
Azurite Blob service is starting on 0.0.0.0:10000
Azurite Blob service successfully listens on http://0.0.0.0:10000
minio version RELEASE.2022-01-03T18-22-58Z
+ wait_for_it
+ local counter=0
+ local max_counter=60
+ local url=http://localhost:11111
+ params=('--silent' '--verbose')
+ ./minio server --address :11111 ./minio_data
+ local params
+ curl --silent --verbose http://localhost:11111
+ grep AccessDenied
+ [[ 0 == \6\0 ]]
+ echo 'trying to connect to minio'
+ sleep 1
trying to connect to minio
+ counter=1
+ grep AccessDenied
+ curl --silent --verbose http://localhost:11111
+ [[ 1 == \6\0 ]]
+ echo 'trying to connect to minio'
+ sleep 1
trying to connect to minio
+ counter=2
+ curl --silent --verbose http://localhost:11111
+ grep AccessDenied
trying to connect to minio
+ [[ 2 == \6\0 ]]
+ echo 'trying to connect to minio'
+ sleep 1
+ counter=3
+ curl --silent --verbose http://localhost:11111
+ grep AccessDenied
+ [[ 3 == \6\0 ]]
+ echo 'trying to connect to minio'
+ sleep 1
trying to connect to minio
+ counter=4
+ curl --silent --verbose http://localhost:11111
+ grep AccessDenied
+ [[ 4 == \6\0 ]]
+ echo 'trying to connect to minio'
+ sleep 1
trying to connect to minio
+ counter=5
+ curl --silent --verbose http://localhost:11111
+ grep AccessDenied
+ [[ 5 == \6\0 ]]
+ echo 'trying to connect to minio'
+ sleep 1
trying to connect to minio
+ counter=6
+ curl --silent --verbose http://localhost:11111
+ grep AccessDenied
+ [[ 6 == \6\0 ]]
+ echo 'trying to connect to minio'
+ sleep 1
trying to connect to minio
+ counter=7
+ curl --silent --verbose http://localhost:11111
+ grep AccessDenied
+ [[ 7 == \6\0 ]]
+ echo 'trying to connect to minio'
+ sleep 1
trying to connect to minio
+ counter=8
+ grep AccessDenied
+ curl --silent --verbose http://localhost:11111
+ [[ 8 == \6\0 ]]
+ echo 'trying to connect to minio'
+ sleep 1
trying to connect to minio
+ counter=9
+ grep AccessDenied
+ curl --silent --verbose http://localhost:11111
+ [[ 9 == \6\0 ]]
+ echo 'trying to connect to minio'
+ sleep 1
trying to connect to minio
+ counter=10
+ curl --silent --verbose http://localhost:11111
+ grep AccessDenied
trying to connect to minio
+ [[ 10 == \6\0 ]]
+ echo 'trying to connect to minio'
+ sleep 1
API: http://172.17.0.2:11111 http://127.0.0.1:11111
Console: http://172.17.0.2:41257 http://127.0.0.1:41257
Documentation: https://docs.min.io
WARNING: Console endpoint is listening on a dynamic port (41257), please use --console-address ":PORT" to choose a static port.
+ counter=11
+ curl --silent --verbose http://localhost:11111
+ grep AccessDenied
AccessDenied
Access Denied./18471E2F48F8F7A2b8a2a82f-366f-4d65-81ad-0e336bc94781
+ lsof -i :11111
COMMAND PID USER FD TYPE DEVICE SIZE/OFF NODE NAME
minio 257 root 10u IPv6 35016 0t0 TCP *:11111 (LISTEN)
+ sleep 5
+ setup_minio stateless
+ local test_type=stateless
+ ./mc alias set clickminio http://localhost:11111 clickhouse clickhouse
Added `clickminio` successfully.
+ ./mc admin user add clickminio test testtest
Added user `test` successfully.
+ ./mc admin policy set clickminio readwrite user=test
Policy `readwrite` is set on user `test`
+ ./mc mb clickminio/test
Bucket created successfully `clickminio/test`.
+ '[' stateless = stateless ']'
+ ./mc policy set public clickminio/test
Access permission for `clickminio/test` is set to `public`
+ upload_data 0_stateless /usr/share/clickhouse-test
+ local query_dir=0_stateless
+ local test_path=/usr/share/clickhouse-test
+ local data_path=/usr/share/clickhouse-test/queries/0_stateless/data_minio
++ ls /usr/share/clickhouse-test/queries/0_stateless/data_minio
+ for file in $(ls "${data_path}")
+ echo 02366_data.jsonl
+ ./mc cp /usr/share/clickhouse-test/queries/0_stateless/data_minio/02366_data.jsonl clickminio/test/02366_data.jsonl
02366_data.jsonl
`/usr/share/clickhouse-test/queries/0_stateless/data_minio/02366_data.jsonl` -> `clickminio/test/02366_data.jsonl`
Total: 0 B, Transferred: 0 B, Speed: 0 B/s
+ for file in $(ls "${data_path}")
+ echo 02731.arrow
+ ./mc cp /usr/share/clickhouse-test/queries/0_stateless/data_minio/02731.arrow clickminio/test/02731.arrow
02731.arrow
`/usr/share/clickhouse-test/queries/0_stateless/data_minio/02731.arrow` -> `clickminio/test/02731.arrow`
Total: 0 B, Transferred: 3.82 MiB, Speed: 78.77 MiB/s
02731.parquet
+ for file in $(ls "${data_path}")
+ echo 02731.parquet
+ ./mc cp /usr/share/clickhouse-test/queries/0_stateless/data_minio/02731.parquet clickminio/test/02731.parquet
`/usr/share/clickhouse-test/queries/0_stateless/data_minio/02731.parquet` -> `clickminio/test/02731.parquet`
Total: 0 B, Transferred: 1.57 MiB, Speed: 60.21 MiB/s
02876.parquet
+ for file in $(ls "${data_path}")
+ echo 02876.parquet
+ ./mc cp /usr/share/clickhouse-test/queries/0_stateless/data_minio/02876.parquet clickminio/test/02876.parquet
`/usr/share/clickhouse-test/queries/0_stateless/data_minio/02876.parquet` -> `clickminio/test/02876.parquet`
Total: 0 B, Transferred: 293 B, Speed: 28.59 KiB/s
+ for file in $(ls "${data_path}")
+ echo a.tsv
+ ./mc cp /usr/share/clickhouse-test/queries/0_stateless/data_minio/a.tsv clickminio/test/a.tsv
a.tsv
`/usr/share/clickhouse-test/queries/0_stateless/data_minio/a.tsv` -> `clickminio/test/a.tsv`
Total: 0 B, Transferred: 24 B, Speed: 2.40 KiB/s
b.tsv
+ for file in $(ls "${data_path}")
+ echo b.tsv
+ ./mc cp /usr/share/clickhouse-test/queries/0_stateless/data_minio/b.tsv clickminio/test/b.tsv
`/usr/share/clickhouse-test/queries/0_stateless/data_minio/b.tsv` -> `clickminio/test/b.tsv`
Total: 0 B, Transferred: 33 B, Speed: 2.90 KiB/s
+ for file in $(ls "${data_path}")
+ echo c.tsv
+ ./mc cp /usr/share/clickhouse-test/queries/0_stateless/data_minio/c.tsv clickminio/test/c.tsv
c.tsv
`/usr/share/clickhouse-test/queries/0_stateless/data_minio/c.tsv` -> `clickminio/test/c.tsv`
Total: 0 B, Transferred: 33 B, Speed: 3.20 KiB/s
+ for file in $(ls "${data_path}")
+ echo tsv_with_header.tsv
+ ./mc cp /usr/share/clickhouse-test/queries/0_stateless/data_minio/tsv_with_header.tsv clickminio/test/tsv_with_header.tsv
tsv_with_header.tsv
`/usr/share/clickhouse-test/queries/0_stateless/data_minio/tsv_with_header.tsv` -> `clickminio/test/tsv_with_header.tsv`
Total: 0 B, Transferred: 44 B, Speed: 4.69 KiB/s
+ setup_aws_credentials
+ local minio_root_user=clickhouse
+ local minio_root_password=clickhouse
+ mkdir -p /root/.aws
+ cat
+ ./setup_hdfs_minicluster.sh
+ ls -lha
total 135M
drwxr-xr-x 1 root root 4.0K Jun 8 12:29 .
drwxr-xr-x 1 root root 4.0K Jun 8 12:29 ..
-rw-rw-r-- 1 1000 1000 300 Jun 8 12:24 analyzer_tech_debt.txt
-rw-rw-r-- 1 root root 1.6K Oct 31 2024 attach_gdb.lib
-rw-r--r-- 1 root root 1.3K Jun 8 12:29 __azurite_db_blob_extent__.json
-rw-r--r-- 1 root root 3.9K Jun 8 12:29 __azurite_db_blob__.json
-rw-r--r-- 1 root root 1.4K Jun 8 12:29 azurite_log
lrwxrwxrwx 1 root root 7 Sep 11 2024 bin -> usr/bin
drwxr-xr-x 2 root root 4.0K Jun 8 12:29 __blobstorage__
drwxr-xr-x 2 root root 4.0K Apr 18 2022 boot
-rw-rw-r-- 1 1000 1000 8.6K Jun 8 12:24 broken_tests.json
drwxr-xr-x 5 root root 340 Jun 8 12:28 dev
-rwxr-xr-x 1 root root 0 Jun 8 12:28 .dockerenv
drwxr-xr-x 1 root root 4.0K Jun 8 12:29 etc
drwxr-xr-x 10 1000 1000 4.0K Jun 15 2021 hadoop-3.3.1
drwxr-xr-x 2 root root 4.0K Apr 18 2022 home
lrwxrwxrwx 1 root root 7 Sep 11 2024 lib -> usr/lib
lrwxrwxrwx 1 root root 9 Sep 11 2024 lib32 -> usr/lib32
lrwxrwxrwx 1 root root 9 Sep 11 2024 lib64 -> usr/lib64
lrwxrwxrwx 1 root root 10 Sep 11 2024 libx32 -> usr/libx32
-rwxr-xr-x 1 root root 21M Oct 31 2024 mc
drwxr-xr-x 2 root root 4.0K Sep 11 2024 media
-rwxr-xr-x 1 root root 114M Oct 31 2024 minio
drwxr-xr-x 4 root root 4.0K Jun 8 12:29 minio_data
drwxr-xr-x 2 root root 4.0K Sep 11 2024 mnt
drwxr-xr-x 2 root root 4.0K Sep 11 2024 opt
-rw-r--r-- 1 root root 0 Feb 14 2024 .package-cache-mutate
drwxrwxr-x 2 1000 1000 4.0K Jun 8 12:28 package_folder
dr-xr-xr-x 307 root root 0 Jun 8 12:28 proc
-rwxrwxr-x 1 root root 8.2K Oct 31 2024 process_functional_tests_result.py
drwx------ 1 root root 4.0K Jun 8 12:29 root
drwxr-xr-x 1 root root 4.0K Jun 8 12:29 run
-rwxrwxr-x 1 root root 16K Oct 31 2024 run.sh
lrwxrwxrwx 1 root root 8 Sep 11 2024 sbin -> usr/sbin
-rwxrwxr-x 1 root root 11K Oct 31 2024 setup_export_logs.sh
-rwxrwxr-x 1 root root 351 Oct 31 2024 setup_hdfs_minicluster.sh
-rwxrwxr-x 1 root root 3.4K Oct 31 2024 setup_minio.sh
drwxr-xr-x 2 root root 4.0K Sep 11 2024 srv
-rw-rw-r-- 1 root root 13K Oct 31 2024 stress_tests.lib
dr-xr-xr-x 13 root root 0 Jun 8 12:28 sys
drwxrwxr-x 2 1000 1000 4.0K Jun 8 12:28 test_output
drwxrwxrwt 1 root root 4.0K Jun 8 12:29 tmp
drwxr-xr-x 1 root root 4.0K Sep 11 2024 usr
-rw-rw-r-- 1 root root 833 Oct 31 2024 utils.lib
drwxr-xr-x 1 root root 4.0K Sep 11 2024 var
+ cd hadoop-3.3.1
+ export JAVA_HOME=/usr
+ JAVA_HOME=/usr
+ mkdir -p target/test/data
+ chown clickhouse ./target/test/data
+ nc -z localhost 12222
+ sudo -E -u clickhouse bin/mapred minicluster -format -nomr -nnport 12222
+ sleep 1
+ nc -z localhost 12222
+ sleep 1
+ nc -z localhost 12222
+ lsof -i :12222
COMMAND PID USER FD TYPE DEVICE SIZE/OFF NODE NAME
java 540 clickhouse 322u IPv4 22355 0t0 TCP localhost:12222 (LISTEN)
+ sleep 5
+ config_logs_export_cluster /etc/clickhouse-server/config.d/system_logs_export.yaml
File /tmp/export-logs-config.sh does not exist, do not setup
+ set +x
+ [[ -n '' ]]
+ '[' 1 -gt 1 ']'
+ sudo clickhouse start
chown -R clickhouse: '/var/run/clickhouse-server/'
Will run sudo --preserve-env -u 'clickhouse' /usr/bin/clickhouse-server --config-file /etc/clickhouse-server/config.xml --pid-file /var/run/clickhouse-server/clickhouse-server.pid --daemon
Waiting for server to start
Waiting for server to start
Server started
+ [[ -n '' ]]
+ for _ in {1..100}
+ clickhouse-client --query 'SELECT 1'
Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR)
+ sleep 1
+ for _ in {1..100}
+ clickhouse-client --query 'SELECT 1'
Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR)
+ sleep 1
+ for _ in {1..100}
+ clickhouse-client --query 'SELECT 1'
Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR)
+ sleep 1
+ for _ in {1..100}
+ clickhouse-client --query 'SELECT 1'
Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR)
+ sleep 1
+ for _ in {1..100}
+ clickhouse-client --query 'SELECT 1'
Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR)
+ sleep 1
+ for _ in {1..100}
+ clickhouse-client --query 'SELECT 1'
Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR)
+ sleep 1
+ for _ in {1..100}
+ clickhouse-client --query 'SELECT 1'
Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR)
+ sleep 1
+ for _ in {1..100}
+ clickhouse-client --query 'SELECT 1'
Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR)
+ sleep 1
+ for _ in {1..100}
+ clickhouse-client --query 'SELECT 1'
Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR)
+ sleep 1
+ for _ in {1..100}
+ clickhouse-client --query 'SELECT 1'
127.0.0.1 - - [08/Jun/2025:16:29:53 +0000] "PUT /devstoreaccount1/cont?restype=container HTTP/1.1" 201 -
127.0.0.1 - - [08/Jun/2025:16:29:53 +0000] "PUT /devstoreaccount1/cont/lajjmlnxgqkjvtnyfcmmgrxggpxktkxg?blockid=uxxejectgzetqzuqlpvpkkwvchdjgtfsciacxmuwiewxjjdgkwsjxiryroizywtt&comp=block HTTP/1.1" 201 -
127.0.0.1 - - [08/Jun/2025:16:29:53 +0000] "PUT /devstoreaccount1/cont/lajjmlnxgqkjvtnyfcmmgrxggpxktkxg?comp=blocklist HTTP/1.1" 201 -
127.0.0.1 - - [08/Jun/2025:16:29:53 +0000] "GET /devstoreaccount1/cont/lajjmlnxgqkjvtnyfcmmgrxggpxktkxg HTTP/1.1" 206 4
127.0.0.1 - - [08/Jun/2025:16:29:53 +0000] "GET /devstoreaccount1/cont/lajjmlnxgqkjvtnyfcmmgrxggpxktkxg HTTP/1.1" 206 2
127.0.0.1 - - [08/Jun/2025:16:29:53 +0000] "DELETE /devstoreaccount1/cont/lajjmlnxgqkjvtnyfcmmgrxggpxktkxg HTTP/1.1" 202 -
1
+ break
+ setup_logs_replication
+ set +x
File /tmp/export-logs-config.sh does not exist, do not setup
+ attach_gdb_to_clickhouse
++ kill -l SIGRTMIN
+ RTMIN=34
+ echo '
set follow-fork-mode parent
handle SIGHUP nostop noprint pass
handle SIGINT nostop noprint pass
handle SIGQUIT nostop noprint pass
handle SIGPIPE nostop noprint pass
handle SIGTERM nostop noprint pass
handle SIGUSR1 nostop noprint pass
handle SIGUSR2 nostop noprint pass
handle SIG34 nostop noprint pass
info signals
continue
backtrace full
thread apply all backtrace full
info registers
disassemble /s
up
disassemble /s
up
disassemble /s
p "done"
detach
quit
'
+ sleep 5
+ ts '%Y-%m-%d %H:%M:%S'
++ cat /var/run/clickhouse-server/clickhouse-server.pid
+ gdb -batch -command script.gdb -p 725
+ run_with_retry 60 clickhouse-client --query 'SELECT '\''Connected to clickhouse-server after attaching gdb'\'''
+ [[ aehxB =~ e ]]
+ set_e=true
+ set +e
+ local total_retries=60
+ shift
+ local retry=0
+ '[' 0 -ge 60 ']'
+ clickhouse-client --query 'SELECT '\''Connected to clickhouse-server after attaching gdb'\'''
Connected to clickhouse-server after attaching gdb
+ true
+ set -e
+ return
+ export -f run_tests
+ '[' 1 -gt 1 ']'
+ timeout_with_logging 9720 bash -c run_tests
+ local exit_code=0
+ timeout 9720 bash -c run_tests
+ read -ra ADDITIONAL_OPTIONS
+ HIGH_LEVEL_COVERAGE=YES
+ '[' 1 -gt 1 ']'
+ [[ -n '' ]]
+ [[ -n '' ]]
++ clickhouse-client --query 'SELECT value LIKE '\''%SANITIZE_COVERAGE%'\'' FROM system.build_options WHERE name = '\''CXX_FLAGS'\'''
+ [[ 1 == 0 ]]
+ ADDITIONAL_OPTIONS+=('--jobs')
+ ADDITIONAL_OPTIONS+=('8')
+ [[ -n 4 ]]
+ [[ -n 6 ]]
+ ADDITIONAL_OPTIONS+=('--run-by-hash-num')
+ ADDITIONAL_OPTIONS+=("$RUN_BY_HASH_NUM")
+ ADDITIONAL_OPTIONS+=('--run-by-hash-total')
+ ADDITIONAL_OPTIONS+=("$RUN_BY_HASH_TOTAL")
+ HIGH_LEVEL_COVERAGE=NO
+ [[ -n '' ]]
+ [[ NO = \Y\E\S ]]
+ ADDITIONAL_OPTIONS+=('--report-logs-stats')
+ try_run_with_retry 10 clickhouse-client -q 'insert into system.zookeeper (name, path, value) values ('\''auxiliary_zookeeper2'\'', '\''/test/chroot/'\'', '\'''\'')'
+ local total_retries=10
+ shift
+ fn_exists run_with_retry
+ declare -F run_with_retry
+ run_with_retry 10 clickhouse-client -q 'insert into system.zookeeper (name, path, value) values ('\''auxiliary_zookeeper2'\'', '\''/test/chroot/'\'', '\'''\'')'
+ [[ hxBc =~ e ]]
+ set_e=false
+ set +e
+ local total_retries=10
+ shift
+ local retry=0
+ '[' 0 -ge 10 ']'
+ clickhouse-client -q 'insert into system.zookeeper (name, path, value) values ('\''auxiliary_zookeeper2'\'', '\''/test/chroot/'\'', '\'''\'')'
+ false
+ return
+ set +e
+ ts '%Y-%m-%d %H:%M:%S'
+ clickhouse-test --testname --shard --zookeeper --check-zookeeper-session --hung-check --print-time --test-runs 1 --hung-check --print-time --jobs 8 --run-by-hash-num 4 --run-by-hash-total 6 --report-logs-stats
+ tee -a test_output/test_result.txt
2025-06-08 12:30:34 Using queries from '/usr/share/clickhouse-test/queries' directory
2025-06-08 12:30:34 Connecting to ClickHouse server... OK
2025-06-08 12:30:34 Connected to server 24.3.18.10426.altinitystable @ ef8a945bc84037671dd803577841a5e1563cec6e HEAD
2025-06-08 12:30:35 Found 981 parallel tests and 111 sequential tests
2025-06-08 12:30:35
2025-06-08 12:30:35 Running about 122 stateless tests (ForkPoolWorker-2).
2025-06-08 12:30:35
2025-06-08 12:30:35 03303_alias_inverse_order: [ OK ] 0.84 sec.
2025-06-08 12:30:35
2025-06-08 12:30:35 Running about 122 stateless tests (ForkPoolWorker-7).
2025-06-08 12:30:35
2025-06-08 12:30:35 03203_system_numbers_limit_and_offset_complex: [ OK ] 0.92 sec.
2025-06-08 12:30:36
2025-06-08 12:30:36 Running about 122 stateless tests (ForkPoolWorker-6).
2025-06-08 12:30:36
2025-06-08 12:30:36 03217_filtering_in_storage_merge: [ OK ] 0.90 sec.
2025-06-08 12:30:36
2025-06-08 12:30:36 Running about 122 stateless tests (ForkPoolWorker-3).
2025-06-08 12:30:36
2025-06-08 12:30:36 03290_limit_by_segv: [ OK ] 1.31 sec.
2025-06-08 12:30:36
2025-06-08 12:30:36 Running about 122 stateless tests (ForkPoolWorker-5).
2025-06-08 12:30:36
2025-06-08 12:30:36 03251_unaligned_window_function_state: [ OK ] 1.33 sec.
2025-06-08 12:30:36 03151_pmj_join_non_procssed_clash: [ OK ] 0.91 sec.
2025-06-08 12:30:37 03152_analyzer_columns_list: [ OK ] 1.09 sec.
2025-06-08 12:30:37
2025-06-08 12:30:37 Running about 122 stateless tests (ForkPoolWorker-4).
2025-06-08 12:30:37
2025-06-08 12:30:37 03222_datetime64_small_value_const: [ OK ] 2.07 sec.
2025-06-08 12:30:37 03143_parallel_replicas_mat_view_bug: [ OK ] 0.73 sec.
2025-06-08 12:30:37 03129_cte_with_final: [ OK ] 0.76 sec.
2025-06-08 12:30:37 03164_analyzer_validate_tree_size: [ OK ] 1.67 sec.
2025-06-08 12:30:37 03038_move_partition_to_oneself_deadlock: [ OK ] 0.88 sec.
2025-06-08 12:30:37 03023_remove_unused_column_distinct: [ OK ] 0.72 sec.
2025-06-08 12:30:37 03031_input_format_allow_errors_num_bad_escape_sequence: [ OK ] 0.82 sec.
2025-06-08 12:30:38 03033_analyzer_resolve_from_parent_scope: [ OK ] 1.32 sec.
2025-06-08 12:30:38 03019_numbers_pretty: [ OK ] 0.76 sec.
2025-06-08 12:30:38 03007_column_nullable_uninitialzed_value: [ OK ] 0.61 sec.
2025-06-08 12:30:38
2025-06-08 12:30:38 Running about 122 stateless tests (ForkPoolWorker-8).
2025-06-08 12:30:38
2025-06-08 12:30:38 03172_http_content_encoding: [ OK ] 3.63 sec.
2025-06-08 12:30:38 03018_analyzer_distributed_query_with_positional_arguments: [ OK ] 0.82 sec.
2025-06-08 12:30:38
2025-06-08 12:30:38 Running about 122 stateless tests (ForkPoolWorker-9).
2025-06-08 12:30:38
2025-06-08 12:30:38 03198_settings_in_csv_tsv_schema_cache: [ OK ] 3.69 sec.
2025-06-08 12:30:38 03010_view_prewhere_in: [ OK ] 0.93 sec.
2025-06-08 12:30:39 03003_compatibility_setting_bad_value: [ OK ] 0.48 sec.
2025-06-08 12:30:39 03006_buffer_overflow_join: [ OK ] 0.79 sec.
2025-06-08 12:30:39 03002_map_array_functions_with_low_cardinality: [ OK ] 0.62 sec.
2025-06-08 12:30:39 03006_mv_deduplication_throw_if_async_insert: [ OK ] 1.19 sec.
2025-06-08 12:30:39 02999_scalar_subqueries_bug_2: [ OK ] 0.66 sec.
2025-06-08 12:30:39 02997_projections_formatting: [ OK ] 0.63 sec.
2025-06-08 12:30:40 03002_analyzer_prewhere: [ OK ] 1.40 sec.
2025-06-08 12:30:40 02995_preliminary_filters_duplicated_columns: [ OK ] 0.72 sec.
2025-06-08 12:30:40 02995_bad_formatting_union_intersect: [ OK ] 0.65 sec.
2025-06-08 12:30:40 02990_format_not_precedence: [ OK ] 0.72 sec.
2025-06-08 12:30:40 02988_join_using_prewhere_pushdown: [ OK ] 0.78 sec.
2025-06-08 12:30:40 03001_bad_error_message_higher_order_functions: [ OK ] 2.14 sec.
2025-06-08 12:30:40 02985_if_over_big_int_decimal: [ OK ] 0.81 sec.
2025-06-08 12:30:42 02982_unambiguous_alter_commands: [ OK ] 2.04 sec.
2025-06-08 12:30:42 02982_parallel_replicas_unexpected_cluster: [ OK ] 1.89 sec.
2025-06-08 12:30:42 02981_variant_type_function: [ OK ] 1.98 sec.
2025-06-08 12:30:43 02975_intdiv_with_decimal: [ OK ] 2.19 sec.
2025-06-08 12:30:43 03020_output_format_client: [ OK ] 6.09 sec.
2025-06-08 12:30:43 02971_limit_by_distributed: [ OK ] 0.97 sec.
2025-06-08 12:30:43 02973_dictionary_table_exception_fix: [ OK ] 1.18 sec.
2025-06-08 12:30:43 02968_analyzer_join_column_not_found: [ OK ] 0.74 sec.
2025-06-08 12:30:44 02967_index_hint_crash: [ OK ] 0.74 sec.
2025-06-08 12:30:44 02967_analyzer_fuzz: [ OK ] 0.99 sec.
2025-06-08 12:30:44 02968_mysql_prefer_column_name_to_alias: [ OK ] 1.44 sec.
2025-06-08 12:30:44 02962_analyzer_constant_set: [ OK ] 0.92 sec.
2025-06-08 12:30:44 02962_indexHint_rpn_construction: [ OK ] 0.70 sec.
2025-06-08 12:30:44 02974_backup_query_format_null: [ OK ] 4.00 sec.
2025-06-08 12:30:45 02959_system_database_engines: [ OK ] 0.66 sec.
2025-06-08 12:30:45 02954_analyzer_fuzz_i57086: [ OK ] 0.80 sec.
2025-06-08 12:30:45 03001_backup_matview_after_modify_query: [ OK ] 6.61 sec.
2025-06-08 12:30:46 02949_ttl_group_by_bug: [ OK ] 0.97 sec.
2025-06-08 12:30:46 02963_test_flexible_disk_configuration: [ OK ] 2.93 sec.
2025-06-08 12:30:46 02947_dropped_tables_parts: [ OK ] 1.08 sec.
2025-06-08 12:30:46 02950_reading_array_tuple_subcolumns: [ OK ] 1.91 sec.
2025-06-08 12:30:47 02949_parallel_replicas_in_subquery: [ OK ] 2.05 sec.
2025-06-08 12:30:47 02935_ipv6_bit_operations: [ OK ] 0.74 sec.
2025-06-08 12:30:47 02943_tokenbf_and_ngrambf_indexes_support_match_function: [ OK ] 1.67 sec.
2025-06-08 12:30:47 02950_part_log_bytes_uncompressed: [ OK ] 3.03 sec.
2025-06-08 12:30:48 02933_compare_with_bool_as_string: [ OK ] 0.58 sec.
2025-06-08 12:30:49 02931_alter_materialized_view_query_inconsistent: [ OK ] 0.84 sec.
2025-06-08 12:30:49 02981_vertical_merges_memory_usage: [ OK ] 8.57 sec.
2025-06-08 12:30:49 02950_parallel_replicas_used_count: [ OK ] 4.32 sec.
2025-06-08 12:30:51 02918_gorilla_invalid_file: [ OK ] 1.68 sec.
2025-06-08 12:30:51 02931_size_virtual_column_use_structure_from_insertion_table: [ OK ] 1.87 sec.
2025-06-08 12:30:51 02916_csv_infer_numbers_from_strings: [ OK ] 0.73 sec.
2025-06-08 12:30:52 02933_replicated_database_forbid_create_as_select: [ OK ] 4.92 sec.
2025-06-08 12:30:52 02932_query_settings_max_size_drop: [ OK ] 4.28 sec.
2025-06-08 12:30:52 02921_file_engine_size_virtual_column: [ OK ] 3.56 sec.
2025-06-08 12:30:52 02916_distributed_skip_unavailable_shards: [ OK ] 1.03 sec.
2025-06-08 12:30:53 02915_analyzer_fuzz_5: [ OK ] 0.81 sec.
2025-06-08 12:30:53 02911_analyzer_explain_estimate: [ OK ] 0.73 sec.
2025-06-08 12:30:56 02915_fpc_overflow: [ OK ] 4.65 sec.
2025-06-08 12:30:57 02943_order_by_all: [ OK ] 10.72 sec.
2025-06-08 12:30:58 02903_bug_43644: [ OK ] 1.00 sec.
2025-06-08 12:30:58 02902_select_subcolumns_from_engine_null: [ OK ] 0.92 sec.
2025-06-08 12:30:58 02915_sleep_large_uint: [ OK ] 5.62 sec.
2025-06-08 12:30:58 02908_Npy_files_caching: [ OK ] 5.74 sec.
2025-06-08 12:30:59 02900_window_function_with_sparse_column: [ OK ] 1.39 sec.
2025-06-08 12:31:00 02901_remove_nullable_crash_analyzer: [ OK ] 2.13 sec.
2025-06-08 12:31:00 02898_parallel_replicas_custom_key_final: [ OK ] 1.80 sec.
2025-06-08 12:31:01 02890_describe_table_options: [ OK ] 1.46 sec.
2025-06-08 12:31:03 02916_replication_protocol_wait_for_part: [ OK ] 12.23 sec.
2025-06-08 12:31:03 02897_alter_partition_parameters: [ OK ] 4.62 sec.
2025-06-08 12:31:03 02884_parquet_new_encodings: [ OK ] 1.86 sec.
2025-06-08 12:31:04 02907_fromDaysSinceYearZero: [ OK ] 10.48 sec.
2025-06-08 12:31:04 02890_untuple_column_names: [ OK ] 4.36 sec.
2025-06-08 12:31:04 02932_punycode: [ OK ] 16.45 sec.
2025-06-08 12:31:05 02871_join_on_system_errors: [ OK ] 1.16 sec.
2025-06-08 12:31:05 02876_json_incomplete_types_as_strings_inference: [ OK ] 1.23 sec.
2025-06-08 12:31:06 02872_prewhere_filter: [ OK ] 1.72 sec.
2025-06-08 12:31:07 02884_string_distance_function: [ OK ] 6.48 sec.
2025-06-08 12:31:07 02868_operator_is_not_distinct_from_priority: [ OK ] 0.93 sec.
2025-06-08 12:31:07 02871_multiple_joins_rewriter_v2_handle_last_table_columns: [ OK ] 1.56 sec.
2025-06-08 12:31:08 02871_clickhouse_client_restart_pager: [ OK ] 2.32 sec.
2025-06-08 12:31:08 02883_array_scalar_mult_div_modulo: [ OK ] 4.86 sec.
2025-06-08 12:31:08 02867_null_lc_in_bug: [ OK ] 1.60 sec.
2025-06-08 12:31:10 02862_sorted_distinct_sparse_fix: [ OK ] 2.27 sec.
2025-06-08 12:31:13 02845_domain_rfc_support_ipv6: [ OK ] 2.34 sec.
2025-06-08 12:31:14 02860_distributed_flush_on_detach: [ OK ] 5.08 sec.
2025-06-08 12:31:15 02883_zookeeper_finalize_stress: [ OK ] 12.26 sec.
2025-06-08 12:31:17 02876_yyyymmddtodate: [ OK ] 13.15 sec.
2025-06-08 12:31:17 02864_statistic_exception: [ OK ] 9.93 sec.
2025-06-08 12:31:17 02844_table_function_url_filter_by_virtual_columns: [ OK ] 2.81 sec.
2025-06-08 12:31:17 02843_context_has_expired: [ OK ] 1.97 sec.
2025-06-08 12:31:17 02843_date_predicate_optimizations_bugs: [ OK ] 0.62 sec.
2025-06-08 12:31:17 02845_parquet_odd_decimals: [ OK ] 3.58 sec.
2025-06-08 12:31:18 02864_restore_table_with_broken_part: [ OK ] 10.67 sec.
2025-06-08 12:31:18 02832_transform_fixed_string_no_default: [ OK ] 0.76 sec.
2025-06-08 12:31:18 02833_sparse_columns_tuple_function: [ OK ] 0.95 sec.
2025-06-08 12:31:19 02814_create_index_uniq_noop: [ OK ] 0.54 sec.
2025-06-08 12:31:19 02814_ReplacingMergeTree_fix_select_final_on_single_partition: [ OK ] 1.08 sec.
2025-06-08 12:31:19 02842_filesystem_cache_validate_path: [ OK ] 2.26 sec.
2025-06-08 12:31:19 02842_table_function_file_filter_by_virtual_columns: [ OK ] 2.42 sec.
2025-06-08 12:31:20 02833_tuple_concat: [ OK ] 2.43 sec.
2025-06-08 12:31:21 02810_row_binary_with_defaults: [ OK ] 0.80 sec.
2025-06-08 12:31:21 02811_invalid_embedded_rocksdb_create: [ OK ] 2.41 sec.
2025-06-08 12:31:24 02812_pointwise_array_operations: [ OK ] 4.81 sec.
2025-06-08 12:31:24 02811_csv_input_field_type_mismatch: [ OK ] 4.28 sec.
2025-06-08 12:31:24 02811_primary_key_in_columns: [ OK ] 4.72 sec.
2025-06-08 12:31:24 02813_seriesOutliersDetectTukey: [ OK ] 6.03 sec.
2025-06-08 12:31:24 02809_prewhere_and_in: [ OK ] 2.84 sec.
2025-06-08 12:31:25 02789_jit_cannot_convert_column: [ OK ] 0.86 sec.
2025-06-08 12:31:26 02792_drop_projection_lwd: [ OK ] 2.09 sec.
2025-06-08 12:31:26 02790_client_max_opening_fd: [ OK ] 1.84 sec.
2025-06-08 12:31:27 02789_functions_after_sorting_and_columns_with_same_names_bug: [ OK ] 2.04 sec.
2025-06-08 12:31:27 02787_transform_null: [ OK ] 1.12 sec.
2025-06-08 12:31:27 02785_left_anti_join_bug: [ OK ] 1.47 sec.
2025-06-08 12:31:28 02784_projections_read_in_order_bug: [ OK ] 1.26 sec.
2025-06-08 12:31:28 02785_global_join_too_many_columns: [ OK ] 1.57 sec.
2025-06-08 12:31:28 02803_backup_tmp_files: [ OK ] 4.31 sec.
2025-06-08 12:31:29 02783_parsedatetimebesteffort_syslog: [ OK ] 0.92 sec.
2025-06-08 12:31:29 02771_if_constant_folding: [ OK ] 0.67 sec.
2025-06-08 12:31:30 02764_parallel_replicas_plain_merge_tree: [ OK ] 1.09 sec.
2025-06-08 12:31:30 02766_bitshift_with_const_arguments: [ OK ] 1.32 sec.
2025-06-08 12:31:30 02845_threads_count_in_distributed_queries: [ OK ] 21.95 sec.
2025-06-08 12:31:31 02782_avro_decimals: [ OK ] 2.46 sec.
2025-06-08 12:31:31 02764_index_analysis_fix: [ OK ] 0.82 sec.
2025-06-08 12:31:32 02784_disable_async_with_dedup_correctly: [ OK ] 5.74 sec.
2025-06-08 12:31:33 02751_protobuf_ipv6: [ OK ] 2.46 sec.
2025-06-08 12:31:33 02746_index_analysis_binary_operator_with_null: [ OK ] 0.95 sec.
2025-06-08 12:31:34 02752_space_function: [ OK ] 3.36 sec.
2025-06-08 12:31:34 02735_array_map_array_of_tuples: [ OK ] 1.07 sec.
2025-06-08 12:31:35 02734_sparse_columns_short_circuit: [ OK ] 1.28 sec.
2025-06-08 12:31:35 02731_nothing_deserialization: [ OK ] 1.12 sec.
2025-06-08 12:31:36 02725_object_column_alter: [ OK ] 1.08 sec.
2025-06-08 12:31:37 02941_variant_type_4: [ OK ] 50.34 sec.
2025-06-08 12:31:37 02731_replace_partition_from_temporary_table: [ OK ] 2.98 sec.
2025-06-08 12:31:37 02751_text_formats_bad_nullable_parsing: [ OK ] 6.07 sec.
2025-06-08 12:31:37 02730_with_fill_by_sorting_prefix: [ OK ] 2.38 sec.
2025-06-08 12:31:38 02724_persist_interval_type: [ OK ] 1.23 sec.
2025-06-08 12:31:38 02810_async_insert_dedup_replicated_collapsing: [ OK ] 17.21 sec.
2025-06-08 12:31:38 02715_or_null: [ OK ] 1.04 sec.
2025-06-08 12:31:38 02725_any_join_single_row: [ OK ] 1.94 sec.
2025-06-08 12:31:38 02720_row_policy_column_with_dots: [ OK ] 1.18 sec.
2025-06-08 12:31:39 02714_date_date32_in: [ OK ] 0.83 sec.
2025-06-08 12:31:39 02707_analyzer_nested_lambdas_types: [ OK ] 1.01 sec.
2025-06-08 12:31:40 02723_param_exception_message_context: [ OK ] 2.36 sec.
2025-06-08 12:31:41 02699_polygons_sym_difference_rollup: [ OK ] 1.10 sec.
2025-06-08 12:31:41 02701_invalid_having_NOT_AN_AGGREGATE: [ OK ] 1.27 sec.
2025-06-08 12:31:41 02711_server_uuid_macro: [ OK ] 2.52 sec.
2025-06-08 12:31:41 02705_settings_check_changed_flag: [ OK ] 2.56 sec.
2025-06-08 12:31:42 02710_protobuf_ipv4_date32: [ OK ] 3.05 sec.
2025-06-08 12:31:42 02693_multiple_joins_in: [ OK ] 1.06 sec.
2025-06-08 12:31:42 02696_ignore_inacc_tables_mat_view_atttach: [ OK ] 1.43 sec.
2025-06-08 12:31:42 02695_logical_optimizer_alias_bug: [ OK ] 1.42 sec.
2025-06-08 12:31:43 02678_explain_pipeline_graph_with_projection: [ OK ] 0.94 sec.
2025-06-08 12:31:43 02680_datetime64_monotonic_check: [ OK ] 1.17 sec.
2025-06-08 12:31:44 02679_query_parameters_dangling_pointer: [ OK ] 1.28 sec.
2025-06-08 12:31:44 02687_native_fuzz: [ OK ] 2.06 sec.
2025-06-08 12:31:44 02680_illegal_type_of_filter_projection: [ OK ] 1.95 sec.
2025-06-08 12:31:45 02675_grant_query_formatting: [ OK ] 1.34 sec.
2025-06-08 12:31:45 02714_async_inserts_empty_data: [ OK ] 7.05 sec.
2025-06-08 12:31:46 02597_column_delete_and_replication: [ OK ] 2.47 sec.
2025-06-08 12:31:48 02594_msgpack_more_types: [ OK ] 2.50 sec.
2025-06-08 12:31:48 02584_compressor_codecs: [ OK ] 2.21 sec.
2025-06-08 12:31:49 02582_analyzer_join_subquery_empty_column_list: [ OK ] 1.10 sec.
2025-06-08 12:31:49 02595_orc_arrow_parquet_more_types: [ OK ] 4.36 sec.
2025-06-08 12:31:50 02582_async_reading_with_small_limit: [ OK ] 0.90 sec.
2025-06-08 12:31:50 02579_fill_empty_chunk_analyzer: [ OK ] 0.69 sec.
2025-06-08 12:31:52 02578_ipv4_codec_t64: [ OK ] 1.23 sec.
2025-06-08 12:31:53 02575_merge_prewhere_materialized: [ OK ] 1.49 sec.
2025-06-08 12:31:54 02581_width_bucket: [ OK ] 5.46 sec.
2025-06-08 12:31:55 02575_map_hashing_msan: [ OK ] 1.83 sec.
2025-06-08 12:31:56 02574_suspicious_low_cardinality_msan: [ OK ] 1.52 sec.
2025-06-08 12:31:56 02572_max_intersections: [ OK ] 0.73 sec.
2025-06-08 12:31:59 02784_parallel_replicas_automatic_decision: [ OK ] 31.11 sec.
2025-06-08 12:31:59 02571_local_desc_abort_on_twitter_json: [ OK ] 3.01 sec.
2025-06-08 12:32:00 02581_share_big_sets_between_mutation_tasks_with_storage_set: [ OK ] 10.88 sec.
2025-06-08 12:32:00 02565_analyzer_limit_settings: [ OK ] 1.53 sec.
2025-06-08 12:32:02 02567_native_type_conversions: [ OK ] 5.47 sec.
2025-06-08 12:32:04 02560_window_ntile: [ OK ] 4.00 sec.
2025-06-08 12:32:05 02560_count_digits: [ OK ] 1.14 sec.
2025-06-08 12:32:07 02561_sorting_constants_and_distinct_crash: [ OK ] 7.41 sec.
2025-06-08 12:32:07 02556_local_with_totals_and_extremes: [ OK ] 1.94 sec.
2025-06-08 12:32:08 02552_client_format_settings: [ OK ] 0.62 sec.
2025-06-08 12:32:09 02561_temporary_table_grants: [ OK ] 9.71 sec.
2025-06-08 12:32:10 02541_empty_function_support_ip: [ OK ] 0.88 sec.
2025-06-08 12:32:11 02539_generate_random_ip: [ OK ] 0.80 sec.
2025-06-08 12:32:12 02661_read_from_archive_tar: [ OK ] 28.26 sec.
2025-06-08 12:32:12 02661_read_from_archive_tzst: [ OK ] 28.10 sec.
2025-06-08 12:32:12 02661_read_from_archive_targz: [ OK ] 28.12 sec.
2025-06-08 12:32:12 02535_analyzer_limit_offset: [ OK ] 0.59 sec.
2025-06-08 12:32:12 02536_date_from_number_inference_fix: [ OK ] 0.71 sec.
2025-06-08 12:32:13 02560_vertical_merge_memory_usage: [ OK ] 11.13 sec.
2025-06-08 12:32:13 02538_alter_rename_sequence: [ OK ] 1.72 sec.
2025-06-08 12:32:14 02524_fuzz_and_fuss: [ OK ] 0.72 sec.
2025-06-08 12:32:14 02534_join_prewhere_bug: [ OK ] 1.29 sec.
2025-06-08 12:32:14 02526_kv_engine_different_filter_type: [ OK ] 1.37 sec.
2025-06-08 12:32:14 02522_different_types_in_storage_merge: [ OK ] 0.80 sec.
2025-06-08 12:32:15 02517_uuid_parsing: [ OK ] 0.86 sec.
2025-06-08 12:32:15 02515_tuple_lambda_parsing: [ OK ] 0.50 sec.
2025-06-08 12:32:15 02539_vertical_merge_compact_parts: [ OK ] 4.35 sec.
2025-06-08 12:32:15 02514_tsv_zero_started_number: [ OK ] 0.62 sec.
2025-06-08 12:32:16 02507_to_unix_timestamp_overflow: [ OK ] 1.19 sec.
2025-06-08 12:32:16 02503_in_lc_const_args_bug: [ OK ] 0.68 sec.
2025-06-08 12:32:16 02504_disallow_arrayjoin_in_mutations: [ OK ] 1.21 sec.
2025-06-08 12:32:17 02503_join_switch_alias_fuzz: [ OK ] 0.66 sec.
2025-06-08 12:32:17 02499_escaped_quote_schema_inference: [ OK ] 0.65 sec.
2025-06-08 12:32:17 02499_analyzer_set_index: [ OK ] 1.04 sec.
2025-06-08 12:32:19 02498_random_string_in_json_schema_inference: [ OK ] 1.84 sec.
2025-06-08 12:32:21 02496_row_binary_large_string_size: [ OK ] 3.08 sec.
2025-06-08 12:32:22 02494_array_function_range: [ OK ] 0.96 sec.
2025-06-08 12:32:24 02495_concat_with_separator: [ OK ] 5.26 sec.
2025-06-08 12:32:26 02516_projections_with_rollup: [ OK ] 11.71 sec.
2025-06-08 12:32:28 02493_analyzer_table_functions_untuple: [ OK ] 1.87 sec.
2025-06-08 12:32:29 02550_client_connections_credentials: [ OK ] 20.72 sec.
2025-06-08 12:32:30 02487_create_index_normalize_functions: [ OK ] 1.07 sec.
2025-06-08 12:32:31 02555_davengers_rename_chain: [ OK ] 23.09 sec.
2025-06-08 12:32:31 02498_storage_join_key_positions: [ OK ] 13.91 sec.
2025-06-08 12:32:31 02493_inconsistent_hex_and_binary_number: [ OK ] 7.04 sec.
2025-06-08 12:32:31 02482_execute_functions_before_sorting_bug: [ OK ] 0.96 sec.
2025-06-08 12:32:32 02764_csv_trim_whitespaces: [ OK ] 61.44 sec.
2025-06-08 12:32:32 02481_default_value_used_in_row_level_filter: [ OK ] 1.32 sec.
2025-06-08 12:32:32 02480_analyzer_alias_nullptr: [ OK ] 1.17 sec.
2025-06-08 12:32:33 02479_if_with_null_and_cullable_const: [ OK ] 0.67 sec.
2025-06-08 12:32:33 02479_nullable_primary_key_non_first_column: [ OK ] 1.26 sec.
2025-06-08 12:32:33 02477_logical_expressions_optimizer_low_cardinality: [ OK ] 0.90 sec.
2025-06-08 12:32:34 02493_max_streams_for_merge_tree_reading: [ OK ] 12.70 sec.
2025-06-08 12:32:35 02477_age_datetime64: [ OK ] 2.18 sec.
2025-06-08 12:32:35 02477_age: [ OK ] 2.75 sec.
2025-06-08 12:32:36 02476_query_parameters_without_serialisation: [ OK ] 1.18 sec.
2025-06-08 12:32:36 02475_analyzer_join_tree_subquery: [ OK ] 0.77 sec.
2025-06-08 12:32:36 02474_extract_fixedstring_from_json: [ OK ] 0.85 sec.
2025-06-08 12:32:38 02477_s3_request_throttler: [ OK ] 5.36 sec.
2025-06-08 12:32:38 02470_suspicious_low_cardinality_msan: [ OK ] 2.50 sec.
2025-06-08 12:32:39 02456_aggregate_state_conversion: [ OK ] 0.72 sec.
2025-06-08 12:32:39 02456_alter-nullable-column-bag: [ OK ] 1.05 sec.
2025-06-08 12:32:40 02455_extract_fixed_string_from_nested_json: [ OK ] 0.93 sec.
2025-06-08 12:32:41 02454_set_parameters_formatting: [ OK ] 1.48 sec.
2025-06-08 12:32:41 02457_tuple_of_intervals: [ OK ] 4.98 sec.
2025-06-08 12:32:41 02490_replacing_merge_tree_is_deleted_column: [ OK ] 13.02 sec.
2025-06-08 12:32:42 02436_system_zookeeper_context: [ OK ] 0.97 sec.
2025-06-08 12:32:42 02429_combinators_in_array_reduce: [ OK ] 0.80 sec.
2025-06-08 12:32:43 02429_low_cardinality_trash: [ OK ] 1.94 sec.
2025-06-08 12:32:44 02428_delete_with_settings: [ OK ] 1.80 sec.
2025-06-08 12:32:44 02428_combinators_with_over_statement: [ OK ] 1.22 sec.
2025-06-08 12:32:44 02428_index_analysis_with_null_literal: [ OK ] 2.19 sec.
2025-06-08 12:32:46 02426_pod_array_overflow_3: [ OK ] 1.42 sec.
2025-06-08 12:32:46 02426_orc_bug: [ OK ] 1.93 sec.
2025-06-08 12:32:47 02521_tsv_csv_custom_header_detection: [ OK ] 33.43 sec.
2025-06-08 12:32:47 02477_invalid_reads: [ OK ] 14.30 sec.
2025-06-08 12:32:48 02414_all_new_table_functions_must_be_documented: [ OK ] 0.68 sec.
2025-06-08 12:32:49 02408_to_fixed_string_short_circuit: [ OK ] 0.65 sec.
2025-06-08 12:32:49 02418_keeper_map_keys_limit: [ OK ] 2.23 sec.
2025-06-08 12:32:49 02422_insert_different_granularity: [ OK ] 2.91 sec.
2025-06-08 12:32:50 02402_merge_engine_with_view: [ OK ] 1.00 sec.
2025-06-08 12:32:51 02383_schema_inference_hints: [ OK ] 0.79 sec.
2025-06-08 12:32:51 02444_async_broken_outdated_part_loading: [ OK ] 11.28 sec.
2025-06-08 12:32:52 02383_array_signed_const_positive_index: [ OK ] 1.49 sec.
2025-06-08 12:32:53 02400_memory_accounting_on_error: [ OK ] 3.24 sec.
2025-06-08 12:32:53 02381_analyzer_join_final: [ OK ] 1.26 sec.
2025-06-08 12:32:55 02377_optimize_sorting_by_input_stream_properties: [ OK ] 2.18 sec.
2025-06-08 12:32:55 02377_modify_column_from_lc: [ OK ] 2.28 sec.
2025-06-08 12:32:55 02381_join_dup_columns_in_plan: [ OK ] 2.98 sec.
2025-06-08 12:32:57 02376_analyzer_in_function_subquery: [ OK ] 1.73 sec.
2025-06-08 12:32:57 02374_analyzer_array_join: [ OK ] 2.14 sec.
2025-06-08 12:32:59 02372_now_in_block: [ OK ] 2.52 sec.
2025-06-08 12:33:00 02370_analyzer_in_function: [ OK ] 2.62 sec.
2025-06-08 12:33:02 02366_kql_mvexpand: [ OK ] 1.86 sec.
2025-06-08 12:33:02 02364_window_case: [ OK ] 0.62 sec.
2025-06-08 12:33:07 02366_kql_func_ip: [ OK ] 8.16 sec.
2025-06-08 12:33:08 02361_fsync_profile_events: [ OK ] 5.19 sec.
2025-06-08 12:33:10 02358_file_default_value: [ OK ] 2.83 sec.
2025-06-08 12:33:12 02373_datetime64_monotonicity: [ OK ] 16.20 sec.
2025-06-08 12:33:13 02354_vector_search_default_granularity: [ OK ] 1.57 sec.
2025-06-08 12:33:14 02354_vector_search_queries: [ FAIL ] 5.73 sec. - result differs with reference:
2025-06-08 12:33:14 --- /usr/share/clickhouse-test/queries/0_stateless/02354_vector_search_queries.reference 2025-06-08 12:24:21.668451693 -0400
2025-06-08 12:33:14 +++ /tmp/clickhouse-test/0_stateless/02354_vector_search_queries.stdout 2025-06-08 12:33:14.000580725 -0400
2025-06-08 12:33:14 @@ -16,7 +16,7 @@
2025-06-08 12:33:14 6 [0,2.1] 0.09999990463256836
2025-06-08 12:33:14 7 [0,2.2] 0.20000004768371582
2025-06-08 12:33:14 - Annoy: WHERE-type, EXPLAIN
2025-06-08 12:33:14 -Expression ((Projection + Before ORDER BY))
2025-06-08 12:33:14 +Expression ((Project names + Projection))
2025-06-08 12:33:14 Limit (preliminary LIMIT (without OFFSET))
2025-06-08 12:33:14 Expression
2025-06-08 12:33:14 ReadFromMergeTree (default.tab_annoy)
2025-06-08 12:33:14 @@ -25,29 +25,19 @@
2025-06-08 12:33:14 Condition: true
2025-06-08 12:33:14 Parts: 1/1
2025-06-08 12:33:14 Granules: 1/1
2025-06-08 12:33:14 - Skip
2025-06-08 12:33:14 - Name: idx
2025-06-08 12:33:14 - Description: annoy GRANULARITY 100000000
2025-06-08 12:33:14 - Parts: 1/1
2025-06-08 12:33:14 - Granules: 1/1
2025-06-08 12:33:14 - Annoy: ORDER-BY-type, EXPLAIN
2025-06-08 12:33:14 -Expression (Projection)
2025-06-08 12:33:14 +Expression (Project names)
2025-06-08 12:33:14 Limit (preliminary LIMIT (without OFFSET))
2025-06-08 12:33:14 Sorting (Sorting for ORDER BY)
2025-06-08 12:33:14 - Expression (Before ORDER BY)
2025-06-08 12:33:14 + Expression ((Before ORDER BY + (Projection + Change column names to column identifiers)))
2025-06-08 12:33:14 ReadFromMergeTree (default.tab_annoy)
2025-06-08 12:33:14 Indexes:
2025-06-08 12:33:14 PrimaryKey
2025-06-08 12:33:14 Condition: true
2025-06-08 12:33:14 Parts: 1/1
2025-06-08 12:33:14 Granules: 1/1
2025-06-08 12:33:14 - Skip
2025-06-08 12:33:14 - Name: idx
2025-06-08 12:33:14 - Description: annoy GRANULARITY 100000000
2025-06-08 12:33:14 - Parts: 1/1
2025-06-08 12:33:14 - Granules: 1/1
2025-06-08 12:33:14 - Usearch: WHERE-type, EXPLAIN
2025-06-08 12:33:14 -Expression ((Projection + Before ORDER BY))
2025-06-08 12:33:14 +Expression ((Project names + Projection))
2025-06-08 12:33:14 Limit (preliminary LIMIT (without OFFSET))
2025-06-08 12:33:14 Expression
2025-06-08 12:33:14 ReadFromMergeTree (default.tab_usearch)
2025-06-08 12:33:14 @@ -56,27 +46,17 @@
2025-06-08 12:33:14 Condition: true
2025-06-08 12:33:14 Parts: 1/1
2025-06-08 12:33:14 Granules: 1/1
2025-06-08 12:33:14 - Skip
2025-06-08 12:33:14 - Name: idx
2025-06-08 12:33:14 - Description: usearch GRANULARITY 100000000
2025-06-08 12:33:14 - Parts: 1/1
2025-06-08 12:33:14 - Granules: 1/1
2025-06-08 12:33:14 - Usearch: ORDER-BY-type, EXPLAIN
2025-06-08 12:33:14 -Expression (Projection)
2025-06-08 12:33:14 +Expression (Project names)
2025-06-08 12:33:14 Limit (preliminary LIMIT (without OFFSET))
2025-06-08 12:33:14 Sorting (Sorting for ORDER BY)
2025-06-08 12:33:14 - Expression (Before ORDER BY)
2025-06-08 12:33:14 + Expression ((Before ORDER BY + (Projection + Change column names to column identifiers)))
2025-06-08 12:33:14 ReadFromMergeTree (default.tab_usearch)
2025-06-08 12:33:14 Indexes:
2025-06-08 12:33:14 PrimaryKey
2025-06-08 12:33:14 Condition: true
2025-06-08 12:33:14 Parts: 1/1
2025-06-08 12:33:14 Granules: 1/1
2025-06-08 12:33:14 - Skip
2025-06-08 12:33:14 - Name: idx
2025-06-08 12:33:14 - Description: usearch GRANULARITY 100000000
2025-06-08 12:33:14 - Parts: 1/1
2025-06-08 12:33:14 - Granules: 1/1
2025-06-08 12:33:14 ARRAY vectors, 12 rows, index_granularity = 3, GRANULARITY = 2 --> 4 granules, 2 indexed block
2025-06-08 12:33:14 - Annoy: WHERE-type
2025-06-08 12:33:14 6 [0,2] 0
2025-06-08 12:33:14 @@ -95,7 +75,7 @@
2025-06-08 12:33:14 7 [0,2.1] 0.09999990463256836
2025-06-08 12:33:14 8 [0,2.2] 0.20000004768371582
2025-06-08 12:33:14 - Annoy: WHERE-type, EXPLAIN
2025-06-08 12:33:14 -Expression ((Projection + Before ORDER BY))
2025-06-08 12:33:14 +Expression ((Project names + Projection))
2025-06-08 12:33:14 Limit (preliminary LIMIT (without OFFSET))
2025-06-08 12:33:14 Expression
2025-06-08 12:33:14 ReadFromMergeTree (default.tab_annoy)
2025-06-08 12:33:14 @@ -104,29 +84,19 @@
2025-06-08 12:33:14 Condition: true
2025-06-08 12:33:14 Parts: 1/1
2025-06-08 12:33:14 Granules: 4/4
2025-06-08 12:33:14 - Skip
2025-06-08 12:33:14 - Name: idx
2025-06-08 12:33:14 - Description: annoy GRANULARITY 2
2025-06-08 12:33:14 - Parts: 1/1
2025-06-08 12:33:14 - Granules: 1/4
2025-06-08 12:33:14 - Annoy: ORDER-BY-type, EXPLAIN
2025-06-08 12:33:14 -Expression (Projection)
2025-06-08 12:33:14 +Expression (Project names)
2025-06-08 12:33:14 Limit (preliminary LIMIT (without OFFSET))
2025-06-08 12:33:14 Sorting (Sorting for ORDER BY)
2025-06-08 12:33:14 - Expression (Before ORDER BY)
2025-06-08 12:33:14 + Expression ((Before ORDER BY + (Projection + Change column names to column identifiers)))
2025-06-08 12:33:14 ReadFromMergeTree (default.tab_annoy)
2025-06-08 12:33:14 Indexes:
2025-06-08 12:33:14 PrimaryKey
2025-06-08 12:33:14 Condition: true
2025-06-08 12:33:14 Parts: 1/1
2025-06-08 12:33:14 Granules: 4/4
2025-06-08 12:33:14 - Skip
2025-06-08 12:33:14 - Name: idx
2025-06-08 12:33:14 - Description: annoy GRANULARITY 2
2025-06-08 12:33:14 - Parts: 1/1
2025-06-08 12:33:14 - Granules: 2/4
2025-06-08 12:33:14 - Usearch: WHERE-type, EXPLAIN
2025-06-08 12:33:14 -Expression ((Projection + Before ORDER BY))
2025-06-08 12:33:14 +Expression ((Project names + Projection))
2025-06-08 12:33:14 Limit (preliminary LIMIT (without OFFSET))
2025-06-08 12:33:14 Expression
2025-06-08 12:33:14 ReadFromMergeTree (default.tab_usearch)
2025-06-08 12:33:14 @@ -135,27 +105,17 @@
2025-06-08 12:33:14 Condition: true
2025-06-08 12:33:14 Parts: 1/1
2025-06-08 12:33:14 Granules: 4/4
2025-06-08 12:33:14 - Skip
2025-06-08 12:33:14 - Name: idx
2025-06-08 12:33:14 - Description: usearch GRANULARITY 2
2025-06-08 12:33:14 - Parts: 1/1
2025-06-08 12:33:14 - Granules: 1/4
2025-06-08 12:33:14 - Usearch: ORDER-BY-type, EXPLAIN
2025-06-08 12:33:14 -Expression (Projection)
2025-06-08 12:33:14 +Expression (Project names)
2025-06-08 12:33:14 Limit (preliminary LIMIT (without OFFSET))
2025-06-08 12:33:14 Sorting (Sorting for ORDER BY)
2025-06-08 12:33:14 - Expression (Before ORDER BY)
2025-06-08 12:33:14 + Expression ((Before ORDER BY + (Projection + Change column names to column identifiers)))
2025-06-08 12:33:14 ReadFromMergeTree (default.tab_usearch)
2025-06-08 12:33:14 Indexes:
2025-06-08 12:33:14 PrimaryKey
2025-06-08 12:33:14 Condition: true
2025-06-08 12:33:14 Parts: 1/1
2025-06-08 12:33:14 Granules: 4/4
2025-06-08 12:33:14 - Skip
2025-06-08 12:33:14 - Name: idx
2025-06-08 12:33:14 - Description: usearch GRANULARITY 2
2025-06-08 12:33:14 - Parts: 1/1
2025-06-08 12:33:14 - Granules: 2/4
2025-06-08 12:33:14 TUPLE vectors and special cases
2025-06-08 12:33:14 - Annoy: WHERE-type
2025-06-08 12:33:14 0 (4.6,2.3) 0.5527864045000421
2025-06-08 12:33:14 @@ -163,24 +123,27 @@
2025-06-08 12:33:14 2 (4.2,3.4) 0.37080174340866845
2025-06-08 12:33:14 - Annoy: ORDER-BY-type
2025-06-08 12:33:14 6 (1,9.3) 0.005731362878640178
2025-06-08 12:33:14 +4 (2.4,5.2) 0.09204062768384846
2025-06-08 12:33:14 1 (2,3.2) 0.15200169244542905
2025-06-08 12:33:14 -7 (5.5,4.7) 0.3503476876550442
2025-06-08 12:33:14 - Usearch: WHERE-type
2025-06-08 12:33:14 0 (4.6,2.3) 0.5527864045000421
2025-06-08 12:33:14 1 (2,3.2) 0.15200169244542905
2025-06-08 12:33:14 2 (4.2,3.4) 0.37080174340866845
2025-06-08 12:33:14 - Usearch: ORDER-BY-type
2025-06-08 12:33:14 6 (1,9.3) 0.005731362878640178
2025-06-08 12:33:14 +4 (2.4,5.2) 0.09204062768384846
2025-06-08 12:33:14 1 (2,3.2) 0.15200169244542905
2025-06-08 12:33:14 -7 (5.5,4.7) 0.3503476876550442
2025-06-08 12:33:14 - Special case: MaximumDistance is negative
2025-06-08 12:33:14 - Special case: MaximumDistance is negative
2025-06-08 12:33:14 - Special case: setting "annoy_index_search_k_nodes"
2025-06-08 12:33:14 +6 (1,9.3) 0.005731362878640178
2025-06-08 12:33:14 +4 (2.4,5.2) 0.09204062768384846
2025-06-08 12:33:14 +1 (2,3.2) 0.15200169244542905
2025-06-08 12:33:14 - Special case: setting "max_limit_for_ann_queries"
2025-06-08 12:33:14 -Expression (Projection)
2025-06-08 12:33:14 +Expression (Project names)
2025-06-08 12:33:14 Limit (preliminary LIMIT (without OFFSET))
2025-06-08 12:33:14 Sorting (Sorting for ORDER BY)
2025-06-08 12:33:14 - Expression (Before ORDER BY)
2025-06-08 12:33:14 + Expression ((Before ORDER BY + (Projection + Change column names to column identifiers)))
2025-06-08 12:33:14 ReadFromMergeTree (default.tab_annoy)
2025-06-08 12:33:14 Indexes:
2025-06-08 12:33:14 PrimaryKey
2025-06-08 12:33:14 @@ -188,10 +151,10 @@
2025-06-08 12:33:14 Parts: 1/1
2025-06-08 12:33:14 Granules: 4/4
2025-06-08 12:33:14 - Special case: setting "max_limit_for_ann_queries"
2025-06-08 12:33:14 -Expression (Projection)
2025-06-08 12:33:14 +Expression (Project names)
2025-06-08 12:33:14 Limit (preliminary LIMIT (without OFFSET))
2025-06-08 12:33:14 Sorting (Sorting for ORDER BY)
2025-06-08 12:33:14 - Expression (Before ORDER BY)
2025-06-08 12:33:14 + Expression ((Before ORDER BY + (Projection + Change column names to column identifiers)))
2025-06-08 12:33:14 ReadFromMergeTree (default.tab_usearch)
2025-06-08 12:33:14 Indexes:
2025-06-08 12:33:14 PrimaryKey
2025-06-08 12:33:14
2025-06-08 12:33:14
2025-06-08 12:33:14 Settings used in the test: --max_insert_threads 2 --group_by_two_level_threshold 1 --group_by_two_level_threshold_bytes 5968610 --distributed_aggregation_memory_efficient 1 --fsync_metadata 1 --output_format_parallel_formatting 0 --input_format_parallel_parsing 1 --min_chunk_bytes_for_parallel_parsing 10965923 --max_read_buffer_size 612739 --prefer_localhost_replica 0 --max_block_size 46870 --max_threads 48 --optimize_append_index 1 --optimize_if_chain_to_multiif 0 --optimize_if_transform_strings_to_enum 0 --optimize_read_in_order 1 --optimize_or_like_chain 0 --optimize_substitute_columns 0 --enable_multiple_prewhere_read_steps 0 --read_in_order_two_level_merge_threshold 5 --optimize_aggregation_in_order 1 --aggregation_in_order_max_block_bytes 4859788 --use_uncompressed_cache 0 --min_bytes_to_use_direct_io 10737418240 --min_bytes_to_use_mmap_io 10737418240 --local_filesystem_read_method pread --remote_filesystem_read_method threadpool --local_filesystem_read_prefetch 0 --filesystem_cache_segments_batch_size 3 --read_from_filesystem_cache_if_exists_otherwise_bypass_cache 1 --throw_on_error_from_cache_on_write_operations 1 --remote_filesystem_read_prefetch 1 --allow_prefetched_read_pool_for_remote_filesystem 1 --filesystem_prefetch_max_memory_usage 128Mi --filesystem_prefetches_limit 10 --filesystem_prefetch_min_bytes_for_single_read_task 16Mi --filesystem_prefetch_step_marks 50 --filesystem_prefetch_step_bytes 0 --compile_aggregate_expressions 0 --compile_sort_description 0 --merge_tree_coarse_index_granularity 27 --optimize_distinct_in_order 1 --max_bytes_before_external_sort 10737418240 --max_bytes_before_external_group_by 1 --max_bytes_before_remerge_sort 772479056 --min_compress_block_size 453556 --max_compress_block_size 120586 --merge_tree_compact_parts_min_granules_to_multibuffer_read 104 --optimize_sorting_by_input_stream_properties 0 --http_response_buffer_size 529944 --http_wait_end_of_query False --enable_memory_bound_merging_of_aggregation_results 1 --min_count_to_compile_expression 3 --min_count_to_compile_aggregate_expression 0 --min_count_to_compile_sort_description 3 --session_timezone America/Hermosillo --prefer_warmed_unmerged_parts_seconds 6 --use_page_cache_for_disks_without_file_cache True --page_cache_inject_eviction False --merge_tree_read_split_ranges_into_intersecting_and_non_intersecting_injection_probability 0.54
2025-06-08 12:33:14
2025-06-08 12:33:14 MergeTree settings used in test: --ratio_of_defaults_for_sparse_serialization 0.0 --prefer_fetch_merged_part_size_threshold 10737418240 --vertical_merge_algorithm_min_rows_to_activate 1 --vertical_merge_algorithm_min_columns_to_activate 100 --allow_vertical_merges_from_compact_to_wide_parts 1 --min_merge_bytes_to_use_direct_io 7518083440 --index_granularity_bytes 10799166 --merge_max_block_size 10344 --index_granularity 41653 --min_bytes_for_wide_part 402979881 --marks_compress_block_size 62840 --primary_key_compress_block_size 65730 --replace_long_file_name_to_hash 0 --max_file_name_length 128 --min_bytes_for_full_part_storage 536870912 --compact_parts_max_bytes_to_buffer 42819905 --compact_parts_max_granules_to_buffer 59 --compact_parts_merge_max_bytes_to_prefetch_part 6871709 --cache_populated_by_fetch 0 --concurrent_part_removal_threshold 0 --old_parts_lifetime 154
2025-06-08 12:33:14
2025-06-08 12:33:14 Database: test_e8iehz5x
2025-06-08 12:33:14 02353_isnullable: [ OK ] 0.87 sec.
2025-06-08 12:33:16 02351_Map_combinator_dist: [ OK ] 1.81 sec.
2025-06-08 12:33:17 02347_rank_corr_nan: [ OK ] 0.66 sec.
2025-06-08 12:33:18 02346_inverted_index_bug47393: [ OK ] 1.05 sec.
2025-06-08 12:33:20 02346_inverted_index_match_predicate: [ OK ] 1.46 sec.
2025-06-08 12:33:20 02354_parse_timedelta: [ OK ] 6.74 sec.
2025-06-08 12:33:21 02346_inverted_index_bug52019: [ OK ] 1.56 sec.
2025-06-08 12:33:23 02343_group_by_use_nulls: [ OK ] 1.46 sec.
2025-06-08 12:33:25 02342_window_view_different_struct: [ OK ] 2.12 sec.
2025-06-08 12:33:25 02344_distinct_limit_distiributed: [ OK ] 5.00 sec.
2025-06-08 12:33:26 02340_analyzer_functions: [ OK ] 1.00 sec.
2025-06-08 12:33:27 02423_ddl_for_opentelemetry: [ OK ] 40.82 sec.
2025-06-08 12:33:27 02326_numbers_from_json_strings_schema_inference: [ OK ] 0.98 sec.
2025-06-08 12:33:27 02337_join_analyze_stuck: [ OK ] 2.17 sec.
2025-06-08 12:33:29 02319_dict_get_check_arguments_size: [ OK ] 2.63 sec.
2025-06-08 12:33:30 02354_vector_search_bugs: [ OK ] 19.51 sec.
2025-06-08 12:33:30 02316_values_table_func_bug: [ OK ] 0.68 sec.
2025-06-08 12:33:31 02316_hierarchical_dictionaries_nullable_parent_key: [ OK ] 4.03 sec.
2025-06-08 12:33:32 02312_parquet_orc_arrow_names_tuples: [ OK ] 1.84 sec.
2025-06-08 12:33:33 02311_range_hashed_dictionary_range_cast: [ OK ] 1.15 sec.
2025-06-08 12:33:33 02311_create_table_with_unknown_format: [ OK ] 3.00 sec.
2025-06-08 12:33:34 02304_grouping_set_order_by: [ OK ] 0.65 sec.
2025-06-08 12:33:34 02302_projections_GROUP_BY_ORDERY_BY_optimize_aggregation_in_order: [ OK ] 1.15 sec.
2025-06-08 12:33:34 02296_nullable_arguments_in_array_filter: [ OK ] 0.80 sec.
2025-06-08 12:33:35 02311_system_zookeeper_insert: [ OK ] 3.41 sec.
2025-06-08 12:33:35 02294_system_certificates: [ OK ] 0.68 sec.
2025-06-08 12:33:36 02295_GROUP_BY_AggregateFunction: [ OK ] 1.39 sec.
2025-06-08 12:33:36 02294_optimize_aggregation_in_order_prefix_Array_functions: [ OK ] 0.97 sec.
2025-06-08 12:33:38 02293_http_header_summary_contains_exception_code_with_progress: [ OK ] 2.86 sec.
2025-06-08 12:33:38 02473_multistep_split_prewhere: [ OK ] 62.56 sec.
2025-06-08 12:33:38 02389_analyzer_nested_lambda: [ OK ] 48.71 sec.
2025-06-08 12:33:38 02275_full_sort_join_long: [ SKIPPED ] 0.00 sec. - not running for current build
2025-06-08 12:33:38 02293_http_header_full_summary_without_progress: [ OK ] 2.36 sec.
2025-06-08 12:33:39 02271_temporary_table_show_rows_bytes: [ OK ] 0.74 sec.
2025-06-08 12:33:40 02280_add_query_level_settings: [ OK ] 2.16 sec.
2025-06-08 12:33:41 02293_grouping_function_group_by: [ OK ] 4.97 sec.
2025-06-08 12:33:41 02286_tuple_numeric_identifier: [ OK ] 2.62 sec.
2025-06-08 12:33:41 02267_insert_empty_data: [ OK ] 0.61 sec.
2025-06-08 12:33:42 02269_to_start_of_interval_overflow: [ OK ] 1.07 sec.
2025-06-08 12:33:43 02428_parameterized_view: [ OK ] 59.64 sec.
2025-06-08 12:33:44 02267_join_dup_columns_issue36199: [ OK ] 2.69 sec.
2025-06-08 12:33:44 02267_special_operator_parse_alias_check: [ OK ] 2.84 sec.
2025-06-08 12:33:45 02267_type_inference_for_insert_into_function_null: [ OK ] 0.91 sec.
2025-06-08 12:33:47 02267_empty_arrays_read_reverse: [ OK ] 3.15 sec.
2025-06-08 12:33:48 02267_file_globs_schema_inference: [ OK ] 5.95 sec.
2025-06-08 12:33:49 02265_column_ttl: [ OK ] 4.10 sec.
2025-06-08 12:33:50 02270_errors_in_files: [ OK ] 10.63 sec.
2025-06-08 12:33:50 02245_s3_schema_desc: [ OK ] 1.43 sec.
2025-06-08 12:33:50 02246_clickhouse_local_drop_database: [ OK ] 2.84 sec.
2025-06-08 12:33:51 02250_ON_CLUSTER_grant: [ OK ] 4.57 sec.
2025-06-08 12:33:51 02245_s3_virtual_columns: [ OK ] 1.15 sec.
2025-06-08 12:33:52 02242_if_then_else_null_bug: [ OK ] 0.83 sec.
2025-06-08 12:33:54 02242_make_date_mysql: [ OK ] 2.16 sec.
2025-06-08 12:33:54 02241_short_circuit_short_column: [ OK ] 0.76 sec.
2025-06-08 12:33:55 02254_projection_broken_part: [ OK ] 10.48 sec.
2025-06-08 12:33:55 02240_asof_join_biginteger: [ OK ] 0.88 sec.
2025-06-08 12:33:56 02243_make_date32: [ OK ] 5.01 sec.
2025-06-08 12:33:56 02236_json_each_row_empty_map_schema_inference: [ OK ] 0.70 sec.
2025-06-08 12:33:56 02233_with_total_empty_chunk: [ OK ] 0.85 sec.
2025-06-08 12:33:57 02232_partition_pruner_mixed_constant_type: [ OK ] 0.86 sec.
2025-06-08 12:33:57 02245_make_datetime64: [ OK ] 7.17 sec.
2025-06-08 12:33:58 02231_hierarchical_dictionaries_constant: [ OK ] 1.96 sec.
2025-06-08 12:33:59 02241_parquet_bad_column: [ OK ] 6.70 sec.
2025-06-08 12:34:00 02212_h3_get_pentagon_indexes: [ OK ] 1.70 sec.
2025-06-08 12:34:02 02317_distinct_in_order_optimization_explain: [ OK ] 34.48 sec.
2025-06-08 12:34:04 02205_map_populate_series_non_const: [ OK ] 3.54 sec.
2025-06-08 12:34:04 02210_processors_profile_log: [ OK ] 4.88 sec.
2025-06-08 12:34:04 02237_lzma_bug: [ OK ] 9.08 sec.
2025-06-08 12:34:05 02192_comment: [ OK ] 0.80 sec.
2025-06-08 12:34:05 02192_comment_error: [ OK ] 3.33 sec.
2025-06-08 12:34:05 02229_client_stop_multiquery_in_SIGINT: [ OK ] 8.25 sec.
2025-06-08 12:34:05 02186_range_hashed_dictionary_intersecting_intervals: [ OK ] 1.60 sec.
2025-06-08 12:34:06 02181_sql_user_defined_functions_invalid_lambda: [ OK ] 0.83 sec.
2025-06-08 12:34:06 02180_group_by_lowcardinality: [ OK ] 0.87 sec.
2025-06-08 12:34:06 02179_range_hashed_dictionary_invalid_interval: [ OK ] 1.09 sec.
2025-06-08 12:34:07 02176_toStartOfWeek_overflow_pruning: [ OK ] 1.06 sec.
2025-06-08 12:34:07 02177_merge_optimize_aggregation_in_order: [ OK ] 1.12 sec.
2025-06-08 12:34:08 02160_h3_cell_area_m2: [ OK ] 1.02 sec.
2025-06-08 12:34:08 02162_array_first_last_index: [ OK ] 1.26 sec.
2025-06-08 12:34:09 02155_nested_lc_defalut_bug: [ OK ] 1.02 sec.
2025-06-08 12:34:09 02183_combinator_if: [ OK ] 4.73 sec.
2025-06-08 12:34:09 02176_dict_get_has_implicit_key_cast: [ OK ] 3.33 sec.
2025-06-08 12:34:10 02221_parallel_replicas_bug: [ OK ] 12.73 sec.
2025-06-08 12:34:10 02158_proportions_ztest_cmp: [ OK ] 2.46 sec.
2025-06-08 12:34:10 02152_dictionary_date32_type: [ OK ] 1.11 sec.
2025-06-08 12:34:10 02150_replace_regexp_all_empty_match: [ OK ] 0.64 sec.
2025-06-08 12:34:11 02174_cte_scalar_cache: [ OK ] 4.23 sec.
2025-06-08 12:34:11 02146_mv_non_phys: [ OK ] 0.97 sec.
2025-06-08 12:34:12 02481_async_insert_dedup_token: [ OK ] 101.06 sec.
2025-06-08 12:34:12 02136_scalar_progress: [ OK ] 1.39 sec.
2025-06-08 12:34:12 02274_full_sort_join_nodistinct: [ OK ] 34.00 sec.
2025-06-08 12:34:13 02141_clickhouse_local_interactive_table: [ OK ] 2.33 sec.
2025-06-08 12:34:13 02133_distributed_queries_formatting: [ OK ] 0.73 sec.
2025-06-08 12:34:14 02135_local_create_db: [ OK ] 2.33 sec.
2025-06-08 12:34:15 02154_bit_slice_for_fixedstring: [ OK ] 6.33 sec.
2025-06-08 12:34:17 02131_used_row_policies_in_query_log: [ OK ] 4.48 sec.
2025-06-08 12:34:17 02125_dict_get_type_nullable_fix: [ OK ] 1.33 sec.
2025-06-08 12:34:18 02124_encrypt_decrypt_nullable: [ OK ] 1.17 sec.
2025-06-08 12:34:19 02126_fix_filelog: [ OK ] 5.70 sec.
2025-06-08 12:34:20 02124_insert_deduplication_token_replica: [ OK ] 2.56 sec.
2025-06-08 12:34:20 02149_schema_inference_formats_with_schema_3: [ OK ] 9.34 sec.
2025-06-08 12:34:21 02134_async_inserts_formats: [ OK ] 9.53 sec.
2025-06-08 12:34:24 02122_parallel_formatting_TSVWithNames: [ OK ] 6.32 sec.
2025-06-08 12:34:24 02122_parallel_formatting_Values: [ OK ] 5.75 sec.
2025-06-08 12:34:25 02113_untuple_func_alias: [ OK ] 0.78 sec.
2025-06-08 12:34:26 02122_parallel_formatting_JSONCompactEachRow: [ OK ] 6.19 sec.
2025-06-08 12:34:27 02125_lz4_compression_bug_TSKV: [ OK ] 13.87 sec.
2025-06-08 12:34:28 02111_global_context_temporary_tables: [ OK ] 2.94 sec.
2025-06-08 12:34:29 02122_parallel_formatting_JSONEachRow: [ OK ] 7.56 sec.
2025-06-08 12:34:29 02119_sumcount: [ OK ] 4.43 sec.
2025-06-08 12:34:30 02125_lz4_compression_bug_JSONCompactEachRow: [ OK ] 16.04 sec.
2025-06-08 12:34:30 02053_INSERT_SELECT_MATERIALIZED: [ OK ] 1.10 sec.
2025-06-08 12:34:30 02096_totals_global_in_bug: [ OK ] 1.43 sec.
2025-06-08 12:34:30 02096_date_time_1970_saturation: [ OK ] 1.99 sec.
2025-06-08 12:34:31 02097_remove_sample_by: [ OK ] 3.71 sec.
2025-06-08 12:34:31 02045_like_function: [ OK ] 0.72 sec.
2025-06-08 12:34:32 02050_clickhouse_local_parsing_exception: [ OK ] 1.80 sec.
2025-06-08 12:34:32 02042_map_get_non_const_key: [ OK ] 0.78 sec.
2025-06-08 12:34:32 02049_clickhouse_local_merge_tree: [ OK ] 2.15 sec.
2025-06-08 12:34:33 02032_short_circuit_least_greatest_bug: [ OK ] 0.76 sec.
2025-06-08 12:34:34 02031_format_query_option: [ OK ] 1.25 sec.
2025-06-08 12:34:34 02029_quantile_sanitizer: [ OK ] 1.12 sec.
2025-06-08 12:34:34 02122_parallel_formatting_Pretty: [ OK ] 14.21 sec.
2025-06-08 12:34:34 02025_subcolumns_compact_parts: [ OK ] 1.44 sec.
2025-06-08 12:34:35 02024_create_dictionary_with_comment: [ OK ] 0.95 sec.
2025-06-08 12:34:35 02019_multiple_weird_with_fill: [ OK ] 0.74 sec.
2025-06-08 12:34:36 02017_columns_with_dot: [ OK ] 1.34 sec.
2025-06-08 12:34:37 02013_emptystring_cast: [ OK ] 1.43 sec.
2025-06-08 12:34:38 02021_map_bloom_filter_index: [ OK ] 3.59 sec.
2025-06-08 12:34:40 02010_array_index_bad_cast: [ OK ] 1.95 sec.
2025-06-08 12:34:40 02013_bloom_filter_hasAll: [ OK ] 3.80 sec.
2025-06-08 12:34:41 02009_array_join_partition: [ OK ] 1.07 sec.
2025-06-08 12:34:41 02006_use_constants_in_with_and_select: [ OK ] 1.01 sec.
2025-06-08 12:34:45 02047_log_family_data_file_sizes: [ OK ] 14.59 sec.
2025-06-08 12:34:45 02047_log_family_complex_structs_data_file_dumps: [ OK ] 14.81 sec.
2025-06-08 12:34:46 01956_skip_unavailable_shards_excessive_attempts: [ OK ] 4.29 sec.
2025-06-08 12:34:47 01948_group_bitmap_and_or_xor_fix: [ OK ] 0.81 sec.
2025-06-08 12:34:47 02023_storage_filelog: [ OK ] 13.40 sec.
2025-06-08 12:34:48 01940_custom_tld_sharding_key: [ OK ] 1.11 sec.
2025-06-08 12:34:49 01949_heredoc_unfinished: [ OK ] 3.91 sec.
2025-06-08 12:34:50 02150_index_hypothesis_race_long: [ OK ] 40.50 sec.
2025-06-08 12:34:51 01925_merge_prewhere_table: [ OK ] 1.43 sec.
2025-06-08 12:34:52 01925_date_date_time_comparison: [ OK ] 0.62 sec.
2025-06-08 12:34:53 01939_network_receive_bytes_metrics: [ OK ] 4.69 sec.
2025-06-08 12:34:53 01925_jit_aggregation_function_count_long: [ OK ] 1.01 sec.
2025-06-08 12:34:54 01927_query_views_log_current_database: [ OK ] 4.62 sec.
2025-06-08 12:34:54 01913_fix_column_transformer_replace_format: [ OK ] 0.92 sec.
2025-06-08 12:34:55 01891_partition_by_uuid: [ OK ] 0.94 sec.
2025-06-08 12:34:55 01923_ttl_with_modify_column: [ OK ] 2.36 sec.
2025-06-08 12:34:56 01892_setting_limit_offset_distributed: [ OK ] 1.70 sec.
2025-06-08 12:34:56 02011_tuple_vector_functions: [ OK ] 19.30 sec.
2025-06-08 12:34:57 01881_create_as_tuple: [ OK ] 1.03 sec.
2025-06-08 12:34:58 01868_order_by_fill_with_datetime64: [ OK ] 0.82 sec.
2025-06-08 12:34:58 01946_profile_sleep: [ OK ] 11.62 sec.
2025-06-08 12:34:59 01889_clickhouse_client_config_format: [ OK ] 3.75 sec.
2025-06-08 12:35:00 01871_merge_tree_compile_expressions: [ OK ] 4.29 sec.
2025-06-08 12:35:00 01865_aggregator_overflow_row: [ OK ] 2.03 sec.
2025-06-08 12:35:00 01853_s2_cells_intersect: [ OK ] 1.31 sec.
2025-06-08 12:35:01 01852_s2_get_neighbours: [ OK ] 0.73 sec.
2025-06-08 12:35:01 01851_hedged_connections_external_tables: [ OK ] 0.87 sec.
2025-06-08 12:35:02 01846_alter_column_without_type_bugfix: [ OK ] 0.87 sec.
2025-06-08 12:35:03 01838_system_dictionaries_virtual_key_column: [ OK ] 1.13 sec.
2025-06-08 12:35:04 02004_max_hyperscan_regex_length: [ OK ] 22.60 sec.
2025-06-08 12:35:04 01848_partition_value_column: [ OK ] 2.60 sec.
2025-06-08 12:35:04 01866_view_persist_settings: [ OK ] 6.22 sec.
2025-06-08 12:35:04 01835_alias_to_primary_key_cyfdecyf: [ OK ] 0.95 sec.
2025-06-08 12:35:05 01825_type_json_18: [ OK ] 1.04 sec.
2025-06-08 12:35:06 01825_type_json_5: [ OK ] 1.35 sec.
2025-06-08 12:35:06 01849_geoToS2: [ OK ] 5.41 sec.
2025-06-08 12:35:10 01825_type_json_7: [ OK ] 4.44 sec.
2025-06-08 12:35:11 01881_join_on_conditions_merge: [ OK ] 15.46 sec.
2025-06-08 12:35:11 01825_type_json_16: [ OK ] 5.09 sec.
2025-06-08 12:35:11 01825_type_json_schema_inference: [ OK ] 6.96 sec.
2025-06-08 12:35:12 01822_union_and_constans_error: [ OK ] 0.81 sec.
2025-06-08 12:35:12 01825_type_json_partitions: [ OK ] 1.04 sec.
2025-06-08 12:35:13 01804_uniq_up_to_ubsan: [ OK ] 1.04 sec.
2025-06-08 12:35:13 01825_type_json_in_other_types: [ OK ] 8.03 sec.
2025-06-08 12:35:13 01802_formatDateTime_DateTime64_century: [ OK ] 1.09 sec.
2025-06-08 12:35:14 01802_rank_corr_mann_whitney_over_window: [ OK ] 1.19 sec.
2025-06-08 12:35:14 01798_having_push_down: [ OK ] 1.03 sec.
2025-06-08 12:35:15 01796_Log_rwlock_ub: [ OK ] 0.81 sec.
2025-06-08 12:35:15 01811_storage_buffer_flush_parameters: [ OK ] 4.01 sec.
2025-06-08 12:35:16 01790_dist_INSERT_block_structure_mismatch_types_and_names: [ OK ] 1.51 sec.
2025-06-08 12:35:16 01787_arena_assert_column_nothing: [ OK ] 0.84 sec.
2025-06-08 12:35:16 01825_type_json_8: [ OK ] 6.11 sec.
2025-06-08 12:35:18 01785_pmj_lc_bug: [ OK ] 1.94 sec.
2025-06-08 12:35:21 01784_parallel_formatting_memory: [ OK ] 4.77 sec.
2025-06-08 12:35:23 01781_token_extractor_buffer_overflow: [ OK ] 6.73 sec.
2025-06-08 12:35:23 01780_column_sparse_pk: [ OK ] 2.50 sec.
2025-06-08 12:35:25 01774_bar_with_illegal_value: [ OK ] 1.13 sec.
2025-06-08 12:35:25 01785_parallel_formatting_memory: [ OK ] 9.65 sec.
2025-06-08 12:35:26 01780_column_sparse_filter: [ OK ] 2.11 sec.
2025-06-08 12:35:26 01773_min_max_time_system_parts_datetime64: [ OK ] 1.03 sec.
2025-06-08 12:35:26 01770_extended_range_3: [ OK ] 0.95 sec.
2025-06-08 12:35:26 01781_merge_tree_deduplication: [ OK ] 8.08 sec.
2025-06-08 12:35:27 01768_extended_range: [ OK ] 0.92 sec.
2025-06-08 12:35:27 01769_extended_range_2: [ OK ] 1.32 sec.
2025-06-08 12:35:27 01766_todatetime64_no_timezone_arg: [ OK ] 0.78 sec.
2025-06-08 12:35:28 01767_timezoneOf: [ OK ] 2.05 sec.
2025-06-08 12:35:29 02099_tsv_raw_format: [ OK ] 63.34 sec.
2025-06-08 12:35:30 01748_partition_id_pruning: [ OK ] 3.22 sec.
2025-06-08 12:35:31 01736_null_as_default: [ OK ] 1.06 sec.
2025-06-08 12:35:32 01746_test_for_tupleElement_must_be_constant_issue: [ OK ] 4.87 sec.
2025-06-08 12:35:32 01746_long_zlib_http_compression_json_format: [ OK ] 3.89 sec.
2025-06-08 12:35:32 01732_union_and_union_all: [ OK ] 0.92 sec.
2025-06-08 12:35:33 01720_union_distinct_with_limit: [ OK ] 0.68 sec.
2025-06-08 12:35:33 01739_index_hint: [ OK ] 3.69 sec.
2025-06-08 12:35:33 01954_clickhouse_benchmark_multiple_long: [ OK ] 48.06 sec.
2025-06-08 12:35:34 01799_long_uniq_theta_sketch: [ OK ] 20.49 sec.
2025-06-08 12:35:35 01715_table_function_view_fix: [ OK ] 1.97 sec.
2025-06-08 12:35:36 01763_long_ttl_group_by: [ OK ] 8.69 sec.
2025-06-08 12:35:36 01716_drop_rename_sign_column: [ OK ] 2.68 sec.
2025-06-08 12:35:36 01710_force_use_projection: [ OK ] 1.95 sec.
2025-06-08 12:35:36 01714_alter_drop_version: [ OK ] 2.59 sec.
2025-06-08 12:35:36 01710_projection_with_mixed_pipeline: [ OK ] 1.12 sec.
2025-06-08 12:35:36 01710_projection_with_column_transformers: [ OK ] 0.80 sec.
2025-06-08 12:35:36 01710_minmax_count_projection_constant_query: [ OK ] 0.85 sec.
2025-06-08 12:35:37 01710_minmax_count_projection_modify_partition_key: [ OK ] 1.19 sec.
2025-06-08 12:35:37 01710_normal_projection_format: [ OK ] 0.94 sec.
2025-06-08 12:35:37 01710_minmax_count_projection_distributed_query: [ OK ] 1.00 sec.
2025-06-08 12:35:38 01825_type_json_ghdata_insert_select: [ OK ] 34.36 sec.
2025-06-08 12:35:39 01691_DateTime64_clamp: [ OK ] 1.19 sec.
2025-06-08 12:35:39 01701_clear_projection_and_part_remove: [ OK ] 1.88 sec.
2025-06-08 12:35:40 01710_query_log_with_projection_info: [ OK ] 3.90 sec.
2025-06-08 12:35:40 01683_dist_INSERT_block_structure_mismatch: [ OK ] 1.13 sec.
2025-06-08 12:35:42 01682_gather_utils_ubsan: [ OK ] 2.12 sec.
2025-06-08 12:35:42 01683_intdiv_ubsan: [ OK ] 2.28 sec.
2025-06-08 12:35:42 01686_rocksdb: [ OK ] 4.16 sec.
2025-06-08 12:35:43 01673_test_toMinute_mysql_dialect: [ OK ] 0.67 sec.
2025-06-08 12:35:43 01681_bloom_filter_nullable_column: [ OK ] 2.66 sec.
2025-06-08 12:35:43 01670_test_repeat_mysql_dialect: [ OK ] 0.72 sec.
2025-06-08 12:35:43 01674_unicode_asan: [ OK ] 1.21 sec.
2025-06-08 12:35:43 01668_avg_weighted_ubsan: [ OK ] 0.72 sec.
2025-06-08 12:35:43 01666_date_lut_buffer_overflow: [ OK ] 0.68 sec.
2025-06-08 12:35:44 01720_country_perimeter_and_area: [ OK ] 11.39 sec.
2025-06-08 12:35:44 01665_substring_ubsan: [ OK ] 0.65 sec.
2025-06-08 12:35:46 01660_join_or_inner: [ OK ] 1.77 sec.
2025-06-08 12:35:46 01659_test_base64Decode_mysql_compatibility: [ OK ] 0.62 sec.
2025-06-08 12:35:48 01655_sleep_infinite_float: [ OK ] 1.61 sec.
2025-06-08 12:35:49 01660_join_or_all: [ OK ] 4.89 sec.
2025-06-08 12:35:49 01655_agg_if_nullable: [ OK ] 0.86 sec.
2025-06-08 12:35:50 01655_window_functions_bug: [ OK ] 0.89 sec.
2025-06-08 12:35:51 01666_lcm_ubsan: [ OK ] 8.13 sec.
2025-06-08 12:35:51 01666_gcd_ubsan: [ OK ] 8.19 sec.
2025-06-08 12:35:51 01646_fix_window_funnel_inconistency: [ OK ] 1.41 sec.
2025-06-08 12:35:52 01632_nullable_string_type_convert_to_decimal_type: [ OK ] 0.69 sec.
2025-06-08 12:35:53 01626_cnf_test: [ OK ] 1.17 sec.
2025-06-08 12:35:53 01616_untuple_access_field: [ OK ] 0.71 sec.
2025-06-08 12:35:53 01662_date_ubsan: [ OK ] 9.69 sec.
2025-06-08 12:35:54 01615_two_args_function_index_fix: [ OK ] 1.10 sec.
2025-06-08 12:35:54 01648_mutations_and_escaping: [ OK ] 4.99 sec.
2025-06-08 12:35:54 01603_remove_column_ttl: [ OK ] 1.18 sec.
2025-06-08 12:35:55 01603_decimal_mult_float: [ OK ] 2.13 sec.
2025-06-08 12:35:55 01710_projections_optimize_aggregation_in_order: [ OK ] 17.53 sec.
2025-06-08 12:35:55 01710_projections_partial_optimize_aggregation_in_order: [ OK ] 18.47 sec.
2025-06-08 12:35:56 01601_proxy_protocol: [ OK ] 1.35 sec.
2025-06-08 12:35:56 01592_toUnixTimestamp_Date: [ OK ] 0.95 sec.
2025-06-08 12:35:56 01600_min_max_compress_block_size: [ OK ] 1.13 sec.
2025-06-08 12:35:57 01580_column_const_comparision: [ OK ] 0.80 sec.
2025-06-08 12:35:57 01585_use_index_for_global_in: [ OK ] 2.05 sec.
2025-06-08 12:36:00 01600_quota_by_forwarded_ip: [ OK ] 5.64 sec.
2025-06-08 12:36:02 01562_optimize_monotonous_functions_in_order_by: [ OK ] 2.05 sec.
2025-06-08 12:36:03 01561_aggregate_functions_of_key_with_join: [ OK ] 0.77 sec.
2025-06-08 12:36:04 01632_tinylog_read_write: [ OK ] 12.33 sec.
2025-06-08 12:36:04 01558_enum_as_num_in_tsv_csv_input: [ OK ] 1.15 sec.
2025-06-08 12:36:04 01581_deduplicate_by_columns_local: [ OK ] 8.35 sec.
2025-06-08 12:36:06 01576_alter_low_cardinality_and_select: [ OK ] 8.35 sec.
2025-06-08 12:36:06 01551_mergetree_read_in_order_spread: [ OK ] 1.43 sec.
2025-06-08 12:36:06 01558_transform_null_in: [ OK ] 2.52 sec.
2025-06-08 12:36:07 01549_low_cardinality_mv_fuzz: [ OK ] 0.98 sec.
2025-06-08 12:36:08 01545_url_file_format_settings: [ OK ] 1.80 sec.
2025-06-08 12:36:08 01538_fuzz_aggregate: [ OK ] 1.05 sec.
2025-06-08 12:36:08 01542_collate_in_array: [ OK ] 1.76 sec.
2025-06-08 12:36:09 01550_query_identifier_parameters: [ OK ] 4.10 sec.
2025-06-08 12:36:10 01532_clickhouse_local_tmp_folder: [ OK ] 1.79 sec.
2025-06-08 12:36:10 01583_parallel_parsing_exception_with_offset: [ OK ] 14.20 sec.
2025-06-08 12:36:11 01532_having_with_totals: [ OK ] 2.54 sec.
2025-06-08 12:36:11 01529_union_distinct_and_setting_union_default_mode: [ OK ] 2.74 sec.
2025-06-08 12:36:13 01528_setting_aggregate_functions_null_for_empty: [ OK ] 1.86 sec.
2025-06-08 12:36:13 01528_to_uuid_or_null_or_zero: [ OK ] 2.54 sec.
2025-06-08 12:36:13 01527_bad_aggregation_in_lambda: [ OK ] 1.26 sec.
2025-06-08 12:36:15 01523_interval_operator_support_string_literal: [ OK ] 2.09 sec.
2025-06-08 12:36:15 01522_validate_alter_default: [ OK ] 2.32 sec.
2025-06-08 12:36:17 01521_alter_enum_and_reverse_read: [ OK ] 2.33 sec.
2025-06-08 12:36:19 01520_client_print_query_id: [ OK ] 3.12 sec.
2025-06-08 12:36:19 01531_query_log_query_comment: [ OK ] 11.05 sec.
2025-06-08 12:36:20 01519_topK_distributed_parametrized: [ OK ] 2.64 sec.
2025-06-08 12:36:20 01528_clickhouse_local_prepare_parts: [ OK ] 10.15 sec.
2025-06-08 12:36:21 01518_filtering_aliased_materialized_column: [ OK ] 1.29 sec.
2025-06-08 12:36:22 01518_nullable_aggregate_states1: [ OK ] 2.44 sec.
2025-06-08 12:36:22 01576_if_null_external_aggregation: [ OK ] 24.78 sec.
2025-06-08 12:36:23 01512_create_replicate_merge_tree_one_arg: [ OK ] 1.00 sec.
2025-06-08 12:36:23 01508_explain_header: [ OK ] 0.68 sec.
2025-06-08 12:36:26 01509_format_raw_blob: [ OK ] 3.89 sec.
2025-06-08 12:36:26 01502_jemalloc_percpu_arena: [ SKIPPED ] 0.00 sec. - not running for current build
2025-06-08 12:36:28 01499_log_deadlock: [ OK ] 2.11 sec.
2025-06-08 12:36:28 01527_materialized_view_stack_overflow: [ OK ] 15.84 sec.
2025-06-08 12:36:30 01498_alter_column_storage_memory: [ OK ] 1.40 sec.
2025-06-08 12:36:32 01492_array_join_crash_13829: [ OK ] 3.44 sec.
2025-06-08 12:36:33 01492_format_readable_quantity: [ OK ] 2.38 sec.
2025-06-08 12:36:34 01475_fix_bigint_shift: [ OK ] 1.07 sec.
2025-06-08 12:36:36 01474_decimal_scale_bug: [ OK ] 1.46 sec.
2025-06-08 12:36:37 01473_system_events_zeroes: [ OK ] 0.77 sec.
2025-06-08 12:36:37 01518_select_in_null: [ OK ] 18.23 sec.
2025-06-08 12:36:38 01471_top_k_range_check: [ OK ] 1.48 sec.
2025-06-08 12:36:39 01480_binary_operator_monotonicity: [ OK ] 6.75 sec.
2025-06-08 12:36:39 01470_test_insert_select_asterisk: [ OK ] 2.16 sec.
2025-06-08 12:36:41 01458_named_tuple_millin: [ OK ] 1.54 sec.
2025-06-08 12:36:42 01456_low_cardinality_sorting_bugfix: [ OK ] 2.44 sec.
2025-06-08 12:36:45 01509_check_many_parallel_quorum_inserts_long: [ OK ] 22.96 sec.
2025-06-08 12:36:46 01451_replicated_detach_drop_and_quorum_long: [ OK ] 5.11 sec.
2025-06-08 12:36:47 01440_big_int_shift: [ OK ] 1.40 sec.
2025-06-08 12:36:48 01445_create_table_as_table_function: [ OK ] 2.85 sec.
2025-06-08 12:36:49 01433_hex_float: [ OK ] 0.75 sec.
2025-06-08 12:36:50 01448_json_compact_strings_each_row: [ OK ] 7.61 sec.
2025-06-08 12:36:50 01461_query_start_time_microseconds: [ OK ] 11.81 sec.
2025-06-08 12:36:51 01423_if_nullable_cond: [ OK ] 0.69 sec.
2025-06-08 12:36:52 01428_h3_range_check: [ OK ] 1.73 sec.
2025-06-08 12:36:52 01440_big_int_exotic_casts: [ OK ] 4.56 sec.
2025-06-08 12:36:52 01417_update_permutation_crash: [ OK ] 0.76 sec.
2025-06-08 12:36:53 01514_parallel_formatting: [ OK ] 33.10 sec.
2025-06-08 12:36:54 01416_clear_column_pk: [ OK ] 1.67 sec.
2025-06-08 12:36:54 01419_merge_tree_settings_sanity_check: [ OK ] 2.81 sec.
2025-06-08 12:36:54 01416_join_totals_header_bug: [ OK ] 1.45 sec.
2025-06-08 12:36:55 01403_datetime64_constant_arg: [ OK ] 0.71 sec.
2025-06-08 12:36:55 01414_freeze_does_not_prevent_alters: [ OK ] 1.98 sec.
2025-06-08 12:36:56 01412_row_from_totals: [ OK ] 2.06 sec.
2025-06-08 12:36:56 01389_filter_by_virtual_columns: [ OK ] 0.68 sec.
2025-06-08 12:36:57 01430_modify_sample_by_zookeeper_long: [ OK ] 7.52 sec.
2025-06-08 12:36:58 01385_not_function: [ OK ] 0.83 sec.
2025-06-08 12:36:58 01402_cast_nullable_string_to_enum: [ OK ] 3.60 sec.
2025-06-08 12:36:59 01505_pipeline_executor_UAF: [ OK ] 35.21 sec.
2025-06-08 12:36:59 01386_negative_float_constant_key_condition: [ OK ] 2.16 sec.
2025-06-08 12:36:59 01379_with_fill_several_columns: [ OK ] 0.84 sec.
2025-06-08 12:37:00 01399_http_request_headers: [ OK ] 4.14 sec.
2025-06-08 12:37:00 01381_for_each_with_states: [ OK ] 1.22 sec.
2025-06-08 12:37:00 01374_if_nullable_filimonov: [ OK ] 0.79 sec.
2025-06-08 12:37:00 01406_carriage_return_in_tsv_csv: [ OK ] 6.38 sec.
2025-06-08 12:37:01 01359_codeql: [ OK ] 0.68 sec.
2025-06-08 12:37:01 01362_year_of_ISO8601_week_modificators_for_formatDateTime: [ OK ] 1.01 sec.
2025-06-08 12:37:02 01377_supertype_low_cardinality: [ OK ] 2.77 sec.
2025-06-08 12:37:02 01356_initialize_aggregation: [ OK ] 1.09 sec.
2025-06-08 12:37:02 01345_array_join_LittleMaverick: [ OK ] 1.23 sec.
2025-06-08 12:37:02 01326_build_id: [ OK ] 0.65 sec.
2025-06-08 12:37:04 01322_monotonous_order_by_with_different_variables: [ OK ] 1.84 sec.
2025-06-08 12:37:04 01323_if_with_nulls: [ OK ] 2.39 sec.
2025-06-08 12:37:04 01353_low_cardinality_join_types: [ OK ] 3.80 sec.
2025-06-08 12:37:05 01343_min_bytes_to_use_mmap_io: [ OK ] 3.76 sec.
2025-06-08 12:37:06 01318_alter_add_column_exists: [ OK ] 1.42 sec.
2025-06-08 12:37:07 01308_row_policy_and_trivial_count_query: [ OK ] 1.04 sec.
2025-06-08 12:37:08 01319_query_formatting_in_server_log: [ OK ] 3.56 sec.
2025-06-08 12:37:08 01318_map_populate_series: [ OK ] 3.55 sec.
2025-06-08 12:37:09 01303_polygons_equals: [ OK ] 0.80 sec.
2025-06-08 12:37:09 01308_orc_output_format_arrays: [ OK ] 4.02 sec.
2025-06-08 12:37:10 01305_polygons_union: [ OK ] 2.38 sec.
2025-06-08 12:37:12 01293_client_interactive_vertical_singleline: [ OK ] 2.17 sec.
2025-06-08 12:37:12 01291_distributed_low_cardinality_memory_efficient: [ OK ] 1.26 sec.
2025-06-08 12:37:13 01307_orc_output_format: [ OK ] 5.80 sec.
2025-06-08 12:37:13 01358_lc_parquet: [ OK ] 13.05 sec.
2025-06-08 12:37:16 01721_join_implicit_cast_long: [ OK ] 103.67 sec.
2025-06-08 12:37:17 01288_shard_max_network_bandwidth: [ OK ] 3.67 sec.
2025-06-08 12:37:17 01282_system_parts_ttl_info: [ OK ] 1.16 sec.
2025-06-08 12:37:17 01290_max_execution_speed_distributed: [ OK ] 5.35 sec.
2025-06-08 12:37:18 01281_sum_nullable: [ OK ] 1.10 sec.
2025-06-08 12:37:18 01277_large_tuples: [ OK ] 0.87 sec.
2025-06-08 12:37:19 01289_min_execution_speed_not_too_early: [ OK ] 6.77 sec.
2025-06-08 12:37:19 01276_system_licenses: [ OK ] 0.77 sec.
2025-06-08 12:37:19 01278_variance_nonnegative: [ OK ] 1.83 sec.
2025-06-08 12:37:19 01287_max_execution_speed: [ OK ] 5.74 sec.
2025-06-08 12:37:19 01274_generate_random_nested: [ OK ] 1.39 sec.
2025-06-08 12:37:20 01273_h3EdgeAngle_range_check: [ OK ] 1.12 sec.
2025-06-08 12:37:21 01272_totals_and_filter_bug: [ OK ] 1.73 sec.
2025-06-08 12:37:22 01269_create_with_null: [ OK ] 2.15 sec.
2025-06-08 12:37:24 01273_arrow_load: [ OK ] 4.30 sec.
2025-06-08 12:37:24 01273_arrow_nested_arrays_load: [ OK ] 5.41 sec.
2025-06-08 12:37:24 01262_low_cardinality_remove: [ OK ] 1.75 sec.
2025-06-08 12:37:25 01300_group_by_other_keys_having: [ OK ] 16.08 sec.
2025-06-08 12:37:25 01250_fixed_string_comparison: [ OK ] 0.89 sec.
2025-06-08 12:37:25 01259_combinator_distinct: [ OK ] 1.53 sec.
2025-06-08 12:37:25 01268_procfs_metrics: [ OK ] 3.78 sec.
2025-06-08 12:37:26 01232_untuple: [ OK ] 1.36 sec.
2025-06-08 12:37:26 01603_read_with_backoff_bug: [ OK ] 92.65 sec.
2025-06-08 12:37:27 01234_to_string_monotonic: [ OK ] 2.36 sec.
2025-06-08 12:37:27 01189_create_as_table_as_table_function: [ OK ] 0.92 sec.
2025-06-08 12:37:28 01213_alter_table_rename_nested: [ OK ] 2.54 sec.
2025-06-08 12:37:29 01123_parse_date_time_best_effort_even_more: [ OK ] 0.76 sec.
2025-06-08 12:37:29 01144_multiword_data_types: [ OK ] 1.21 sec.
2025-06-08 12:37:29 01135_default_and_alter_zookeeper: [ OK ] 1.50 sec.
2025-06-08 12:37:29 01198_client_quota_key: [ OK ] 4.19 sec.
2025-06-08 12:37:31 01115_prewhere_array_join: [ OK ] 2.00 sec.
2025-06-08 12:37:32 01106_const_fixed_string_like: [ OK ] 2.13 sec.
2025-06-08 12:37:32 01107_join_right_table_totals: [ OK ] 3.06 sec.
2025-06-08 12:37:32 01103_check_cpu_instructions_at_startup: [ SKIPPED ] 0.00 sec. - not running for current build
2025-06-08 12:37:33 01104_distributed_numbers_test: [ OK ] 1.60 sec.
2025-06-08 12:37:33 01104_fixed_string_like: [ OK ] 2.51 sec.
2025-06-08 12:37:34 01102_distributed_local_in_bug: [ OK ] 1.64 sec.
2025-06-08 12:37:34 01097_pre_limit: [ OK ] 0.70 sec.
2025-06-08 12:37:34 01246_buffer_flush: [ OK ] 10.14 sec.
2025-06-08 12:37:35 01090_fixed_string_bit_ops: [ OK ] 0.79 sec.
2025-06-08 12:37:35 01091_insert_with_default_json: [ OK ] 1.24 sec.
2025-06-08 12:37:36 01085_datetime_arithmetic_preserve_timezone: [ OK ] 0.67 sec.
2025-06-08 12:37:36 01089_alter_settings_old_format: [ OK ] 1.59 sec.
2025-06-08 12:37:37 01083_cross_to_inner_with_in_bug: [ OK ] 1.15 sec.
2025-06-08 12:37:38 01084_defaults_on_aliases: [ OK ] 1.55 sec.
2025-06-08 12:37:38 01097_cyclic_defaults: [ OK ] 4.14 sec.
2025-06-08 12:37:38 01083_match_zero_byte: [ OK ] 1.13 sec.
2025-06-08 12:37:40 01088_benchmark_query_id: [ OK ] 5.08 sec.
2025-06-08 12:37:40 01073_bad_alter_partition: [ OK ] 1.78 sec.
2025-06-08 12:37:41 01073_crlf_end_of_line: [ OK ] 0.99 sec.
2025-06-08 12:37:41 01071_in_array: [ OK ] 0.97 sec.
2025-06-08 12:37:42 01069_insert_float_as_nullable_unit8: [ OK ] 0.86 sec.
2025-06-08 12:37:43 01070_alter_with_ttl: [ OK ] 1.32 sec.
2025-06-08 12:37:43 01063_create_column_set: [ OK ] 0.76 sec.
2025-06-08 12:37:44 01081_window_view_target_table_engine: [ OK ] 6.00 sec.
2025-06-08 12:37:44 01062_pm_multiple_all_join_same_value: [ OK ] 0.86 sec.
2025-06-08 12:37:47 01064_pm_all_join_const_and_nullable: [ OK ] 4.32 sec.
2025-06-08 12:37:52 01058_window_view_event_hop_to_strict_asc: [ OK ] 7.24 sec.
2025-06-08 12:37:52 01056_predicate_optimizer_bugs: [ OK ] 4.88 sec.
2025-06-08 12:37:52 01156_pcg_deserialization: [ OK ] 25.58 sec.
2025-06-08 12:37:52 01079_order_by_pk: [ OK ] 14.89 sec.
2025-06-08 12:37:53 01052_array_reduce_exception: [ OK ] 0.79 sec.
2025-06-08 12:37:53 01051_aggregate_function_crash: [ OK ] 0.67 sec.
2025-06-08 12:37:54 01056_prepared_statements_null_and_escaping: [ OK ] 1.91 sec.
2025-06-08 12:37:54 01044_h3_edge_angle: [ OK ] 0.78 sec.
2025-06-08 12:37:54 01050_engine_join_view_crash: [ OK ] 1.56 sec.
2025-06-08 12:37:55 01043_h3_edge_length_m: [ OK ] 0.74 sec.
2025-06-08 12:37:55 01043_dictionary_attribute_properties_values: [ OK ] 1.05 sec.
2025-06-08 12:37:55 01047_simple_aggregate_sizes_of_columns_bug: [ OK ] 2.08 sec.
2025-06-08 12:37:55 01383_log_broken_table: [ OK ] 57.58 sec.
2025-06-08 12:37:56 01034_with_fill_and_push_down_predicate: [ OK ] 0.74 sec.
2025-06-08 12:37:56 01035_prewhere_with_alias: [ OK ] 1.26 sec.
2025-06-08 12:37:56 01032_cityHash64_for_decimal: [ OK ] 0.95 sec.
2025-06-08 12:37:57 01020_having_without_group_by: [ OK ] 0.67 sec.
2025-06-08 12:37:57 01040_distributed_background_insert_batch_inserts: [ OK ] 2.59 sec.
2025-06-08 12:37:57 01021_only_tuple_columns: [ OK ] 1.32 sec.
2025-06-08 12:37:58 01017_tuplehamming_distance: [ OK ] 1.01 sec.
2025-06-08 12:37:58 01018_ambiguous_column: [ OK ] 1.42 sec.
2025-06-08 12:37:58 01017_uniqCombined_memory_usage: [ SKIPPED ] 0.00 sec. - not running for current build
2025-06-08 12:37:59 01018_ddl_dictionaries_special: [ OK ] 2.42 sec.
2025-06-08 12:38:00 01273_arrow: [ OK ] 41.25 sec.
2025-06-08 12:38:00 01017_in_unconvertible_complex_type: [ OK ] 1.97 sec.
2025-06-08 12:38:00 01013_hex_float: [ OK ] 1.05 sec.
2025-06-08 12:38:01 01012_select_limit_x_0: [ OK ] 0.70 sec.
2025-06-08 12:38:01 01011_group_uniq_array_memsan: [ OK ] 0.78 sec.
2025-06-08 12:38:02 01012_serialize_array_memory_usage: [ OK ] 1.63 sec.
2025-06-08 12:38:03 01034_values_parse_float_bug: [ OK ] 7.69 sec.
2025-06-08 12:38:03 01015_empty_in_inner_right_join: [ OK ] 5.03 sec.
2025-06-08 12:38:04 01119_session_log: [ OK ] 35.26 sec.
2025-06-08 12:38:05 00997_extract_all_crash_6627: [ OK ] 0.67 sec.
2025-06-08 12:38:05 00999_join_on_expression: [ OK ] 2.69 sec.
2025-06-08 12:38:06 00999_nullable_nested_types_4877: [ OK ] 2.53 sec.
2025-06-08 12:38:07 00996_limit_with_ties: [ OK ] 2.50 sec.
2025-06-08 12:38:08 00988_constraints_replication_zookeeper_long: [ OK ] 2.84 sec.
2025-06-08 12:38:09 00986_materialized_view_stack_overflow: [ OK ] 2.84 sec.
2025-06-08 12:38:09 01010_pmj_skip_blocks: [ OK ] 8.23 sec.
2025-06-08 12:38:09 00980_crash_nullable_decimal: [ OK ] 0.88 sec.
2025-06-08 12:38:10 00978_ml_math: [ OK ] 0.73 sec.
2025-06-08 12:38:11 00975_recursive_materialized_view: [ OK ] 1.62 sec.
2025-06-08 12:38:13 00976_asof_join_on: [ OK ] 3.41 sec.
2025-06-08 12:38:15 00974_low_cardinality_cast: [ OK ] 2.02 sec.
2025-06-08 12:38:15 00975_json_hang: [ OK ] 3.64 sec.
2025-06-08 12:38:15 00980_zookeeper_merge_tree_alter_settings: [ OK ] 6.39 sec.
2025-06-08 12:38:15 00981_in_subquery_with_tuple: [ OK ] 8.08 sec.
2025-06-08 12:38:15 01007_r1r2_w_r2r1_deadlock: [ OK ] 14.31 sec.
2025-06-08 12:38:16 01001_rename_merge_race_condition: [ OK ] 13.62 sec.
2025-06-08 12:38:16 00960_eval_ml_method_const: [ OK ] 0.75 sec.
2025-06-08 12:38:16 00966_invalid_json_must_not_parse: [ OK ] 1.00 sec.
2025-06-08 12:38:17 00969_columns_clause: [ OK ] 1.99 sec.
2025-06-08 12:38:17 00961_check_table: [ OK ] 1.79 sec.
2025-06-08 12:38:18 00944_ml_test: [ OK ] 1.51 sec.
2025-06-08 12:38:19 00943_mv_rename_without_inner_table: [ OK ] 1.50 sec.
2025-06-08 12:38:20 00931_low_cardinality_read_with_empty_array: [ OK ] 1.94 sec.
2025-06-08 12:38:21 00953_indices_alter_exceptions: [ OK ] 4.39 sec.
2025-06-08 12:38:22 00974_primary_key_for_lowCardinality: [ OK ] 6.92 sec.
2025-06-08 12:38:23 00927_disable_hyperscan: [ OK ] 3.34 sec.
2025-06-08 12:38:24 00910_client_window_size_detection: [ OK ] 1.98 sec.
2025-06-08 12:38:25 00905_compile_expressions_compare_big_dates: [ OK ] 1.09 sec.
2025-06-08 12:38:27 00902_entropy: [ OK ] 1.97 sec.
2025-06-08 12:38:27 00940_order_by_read_in_order_query_plan: [ OK ] 9.71 sec.
2025-06-08 12:38:28 01062_pm_all_join_with_block_continuation: [ OK ] 44.19 sec.
2025-06-08 12:38:30 00882_multiple_join_no_alias: [ OK ] 1.73 sec.
2025-06-08 12:38:30 00929_multi_match_edit_distance: [ OK ] 10.93 sec.
2025-06-08 12:38:31 00900_null_array_orc_load: [ OK ] 4.20 sec.
2025-06-08 12:38:32 00926_adaptive_index_granularity_merge_tree: [ OK ] 11.48 sec.
2025-06-08 12:38:33 00860_unknown_identifier_bug: [ OK ] 0.96 sec.
2025-06-08 12:38:33 00875_join_right_nulls: [ OK ] 3.57 sec.
2025-06-08 12:38:34 00878_join_unexpected_results: [ OK ] 3.85 sec.
2025-06-08 12:38:35 00841_temporary_table_database: [ OK ] 1.48 sec.
2025-06-08 12:38:35 00843_optimize_predicate_and_rename_table: [ OK ] 1.99 sec.
2025-06-08 12:38:36 00909_kill_not_initialized_query: [ OK ] 12.63 sec.
2025-06-08 12:38:36 00839_bitmask_negative: [ OK ] 1.28 sec.
2025-06-08 12:38:37 00834_not_between: [ OK ] 0.77 sec.
2025-06-08 12:38:38 00964_bloom_index_string_functions: [ OK ] 22.53 sec.
2025-06-08 12:38:38 00833_sleep_overflow: [ OK ] 0.84 sec.
2025-06-08 12:38:39 00900_orc_arrow_parquet_tuples: [ OK ] 11.35 sec.
2025-06-08 12:38:39 00832_storage_file_lock: [ OK ] 1.00 sec.
2025-06-08 12:38:40 00849_multiple_comma_join_2: [ OK ] 6.48 sec.
2025-06-08 12:38:41 00829_bitmap64_function: [ OK ] 2.26 sec.
2025-06-08 12:38:41 00872_t64_bit_codec: [ OK ] 9.09 sec.
2025-06-08 12:38:42 00837_minmax_index: [ OK ] 6.23 sec.
2025-06-08 12:38:44 00825_protobuf_format_nested_in_nested: [ OK ] 4.77 sec.
2025-06-08 12:38:44 00823_capnproto_input: [ SKIPPED ] 0.00 sec. - not running for current build
2025-06-08 12:38:45 00825_protobuf_format_skipped_column_in_nested: [ OK ] 4.88 sec.
2025-06-08 12:38:45 00825_protobuf_format_array_3dim: [ OK ] 4.53 sec.
2025-06-08 12:38:47 00820_multiple_joins_subquery_requires_alias: [ OK ] 2.75 sec.
2025-06-08 12:38:47 00811_garbage: [ OK ] 1.84 sec.
2025-06-08 12:38:47 00825_protobuf_format_splitted_nested: [ OK ] 5.02 sec.
2025-06-08 12:38:48 00809_add_days_segfault: [ OK ] 2.25 sec.
2025-06-08 12:38:48 00803_odbc_driver_2_format: [ OK ] 0.76 sec.
2025-06-08 12:38:48 00804_rollup_with_having: [ OK ] 1.15 sec.
2025-06-08 12:38:49 00800_low_cardinality_empty_array: [ OK ] 0.99 sec.
2025-06-08 12:38:49 00800_low_cardinality_distributed_insert: [ OK ] 1.19 sec.
2025-06-08 12:38:49 00799_function_dry_run: [ OK ] 1.02 sec.
2025-06-08 12:38:50 00779_all_right_join_max_block_size: [ OK ] 0.77 sec.
2025-06-08 12:38:50 00808_not_optimize_predicate: [ OK ] 2.92 sec.
2025-06-08 12:38:50 00829_bitmap_function: [ OK ] 11.65 sec.
2025-06-08 12:38:51 00757_enum_defaults_const_analyzer: [ OK ] 0.79 sec.
2025-06-08 12:38:51 00757_enum_defaults_const: [ OK ] 0.83 sec.
2025-06-08 12:38:51 00760_insert_json_with_defaults: [ OK ] 2.05 sec.
2025-06-08 12:38:52 00758_array_reverse: [ OK ] 1.83 sec.
2025-06-08 12:38:52 00752_low_cardinality_lambda_argument: [ OK ] 1.46 sec.
2025-06-08 12:38:53 00746_hashing_tuples: [ OK ] 1.81 sec.
2025-06-08 12:38:54 00743_limit_by_not_found_column: [ OK ] 1.31 sec.
2025-06-08 12:38:56 00834_kill_mutation_replicated_zookeeper: [ OK ] 19.42 sec.
2025-06-08 12:38:57 00738_nested_merge_multidimensional_array: [ OK ] 2.85 sec.
2025-06-08 12:38:57 00825_protobuf_format_persons: [ OK ] 16.38 sec.
2025-06-08 12:38:57 00740_database_in_nested_view: [ OK ] 3.64 sec.
2025-06-08 12:38:58 00751_low_cardinality_nullable_group_by: [ OK ] 6.38 sec.
2025-06-08 12:38:58 01019_alter_materialized_view_atomic: [ OK ] 61.37 sec.
2025-06-08 12:38:58 00737_decimal_group_by: [ OK ] 2.12 sec.
2025-06-08 12:38:59 00725_join_on_bug_3: [ OK ] 1.12 sec.
2025-06-08 12:38:59 00725_join_on_bug_4: [ OK ] 1.13 sec.
2025-06-08 12:38:59 00726_materialized_view_concurrent: [ OK ] 1.76 sec.
2025-06-08 12:39:00 00723_remerge_sort: [ OK ] 2.16 sec.
2025-06-08 12:39:01 00720_with_cube: [ OK ] 1.66 sec.
2025-06-08 12:39:01 00734_timeslot: [ OK ] 3.92 sec.
2025-06-08 12:39:02 00712_nan_comparison: [ OK ] 2.16 sec.
2025-06-08 12:39:03 00700_decimal_defaults: [ OK ] 1.01 sec.
2025-06-08 12:39:03 00719_insert_block_without_column: [ OK ] 4.20 sec.
2025-06-08 12:39:05 00700_decimal_in_keys: [ OK ] 2.09 sec.
2025-06-08 12:39:05 00702_join_on_dups: [ OK ] 4.74 sec.
2025-06-08 12:39:05 00732_base64_functions: [ OK ] 7.94 sec.
2025-06-08 12:39:07 00698_validate_array_sizes_for_nested: [ OK ] 1.86 sec.
2025-06-08 12:39:07 00696_system_columns_limit: [ OK ] 1.53 sec.
2025-06-08 12:39:08 00695_pretty_max_column_pad_width: [ OK ] 0.76 sec.
2025-06-08 12:39:08 00694_max_block_size_zero: [ OK ] 1.42 sec.
2025-06-08 12:39:09 00697_in_subquery_shard: [ OK ] 3.60 sec.
2025-06-08 12:39:11 00688_low_cardinality_in: [ OK ] 1.78 sec.
2025-06-08 12:39:12 00686_client_exit_code: [ OK ] 1.76 sec.
2025-06-08 12:39:13 00688_low_cardinality_syntax: [ OK ] 4.67 sec.
2025-06-08 12:39:13 00681_duplicate_columns_inside_union_all_stas_sviridov: [ OK ] 0.86 sec.
2025-06-08 12:39:15 00679_uuid_in_key: [ OK ] 1.52 sec.
2025-06-08 12:39:15 00700_to_decimal_or_something: [ OK ] 13.98 sec.
2025-06-08 12:39:15 00700_decimal_aggregates: [ OK ] 14.22 sec.
2025-06-08 12:39:16 00667_compare_arrays_of_different_types: [ OK ] 0.99 sec.
2025-06-08 12:39:16 00668_compare_arrays_silviucpp: [ OK ] 1.05 sec.
2025-06-08 12:39:16 00661_array_has_silviucpp: [ OK ] 0.98 sec.
2025-06-08 12:39:16 00678_shard_funnel_window: [ OK ] 2.75 sec.
2025-06-08 12:39:18 00688_low_cardinality_serialization: [ OK ] 10.13 sec.
2025-06-08 12:39:19 00637_sessions_in_http_interface_and_settings: [ OK ] 1.35 sec.
2025-06-08 12:39:20 00647_multiply_aggregation_state: [ OK ] 3.59 sec.
2025-06-08 12:39:21 00652_replicated_mutations_default_database_zookeeper: [ OK ] 4.57 sec.
2025-06-08 12:39:24 00625_arrays_in_nested: [ OK ] 2.81 sec.
2025-06-08 12:39:24 00626_replace_partition_from_table: [ OK ] 3.95 sec.
2025-06-08 12:39:25 00613_shard_distributed_max_execution_time: [ OK ] 0.90 sec.
2025-06-08 12:39:25 00616_final_single_part: [ OK ] 1.54 sec.
2025-06-08 12:39:26 00612_union_query_with_subquery: [ OK ] 1.02 sec.
2025-06-08 12:39:26 00632_aggregation_window_funnel: [ OK ] 6.77 sec.
2025-06-08 12:39:27 00606_quantiles_and_nans: [ OK ] 0.79 sec.
2025-06-08 12:39:28 00603_system_parts_nonexistent_database: [ OK ] 0.71 sec.
2025-06-08 12:39:28 00600_create_temporary_table_if_not_exists: [ OK ] 0.69 sec.
2025-06-08 12:39:29 00700_decimal_casts: [ OK ] 25.46 sec.
2025-06-08 12:39:29 00609_prewhere_and_default: [ OK ] 3.10 sec.
2025-06-08 12:39:29 00591_columns_removal_union_all: [ OK ] 0.75 sec.
2025-06-08 12:39:29 00580_cast_nullable_to_non_nullable: [ OK ] 0.62 sec.
2025-06-08 12:39:30 00580_consistent_hashing_functions: [ OK ] 0.87 sec.
2025-06-08 12:39:30 00577_full_join_segfault: [ OK ] 1.08 sec.
2025-06-08 12:39:31 00563_shard_insert_into_remote: [ OK ] 1.22 sec.
2025-06-08 12:39:31 00560_float_leading_plus_in_exponent: [ OK ] 0.69 sec.
2025-06-08 12:39:31 00551_parse_or_null: [ OK ] 0.80 sec.
2025-06-08 12:39:32 00612_pk_in_tuple_perf: [ OK ] 6.29 sec.
2025-06-08 12:39:34 00538_datediff: [ OK ] 3.45 sec.
2025-06-08 12:39:38 00652_replicated_mutations_zookeeper: [ OK ] 22.51 sec.
2025-06-08 12:39:45 00653_verification_monotonic_data_load: [ OK ] 28.79 sec.
2025-06-08 12:39:46 00530_arrays_of_nothing: [ OK ] 1.15 sec.
2025-06-08 12:39:47 00523_aggregate_functions_in_group_array: [ OK ] 0.83 sec.
2025-06-08 12:39:48 00540_bad_data_types: [ OK ] 17.19 sec.
2025-06-08 12:39:49 00520_http_nullable: [ OK ] 1.42 sec.
2025-06-08 12:39:51 00522_multidimensional: [ OK ] 3.93 sec.
2025-06-08 12:39:51 00515_shard_desc_table_functions_and_subqueries: [ OK ] 1.35 sec.
2025-06-08 12:39:52 00513_fractional_time_zones: [ OK ] 0.77 sec.
2025-06-08 12:39:52 00508_materialized_view_to: [ OK ] 1.37 sec.
2025-06-08 12:39:55 00506_union_distributed: [ OK ] 3.27 sec.
2025-06-08 12:39:55 00506_shard_global_in_union: [ OK ] 2.92 sec.
2025-06-08 12:39:59 00502_sum_map: [ OK ] 4.06 sec.
2025-06-08 12:40:00 00500_point_in_polygon: [ OK ] 5.04 sec.
2025-06-08 12:40:09 00497_whitespaces_in_insert: [ OK ] 9.77 sec.
2025-06-08 12:40:09 00484_preferred_max_column_in_block_size_bytes: [ OK ] 8.72 sec.
2025-06-08 12:40:10 00476_pretty_formats_and_widths: [ OK ] 0.95 sec.
2025-06-08 12:40:10 00483_reading_from_array_structure: [ OK ] 1.42 sec.
2025-06-08 12:40:11 00440_nulls_merge_tree: [ OK ] 0.92 sec.
2025-06-08 12:40:12 00422_hash_function_constexpr: [ OK ] 0.72 sec.
2025-06-08 12:40:13 00457_log_tinylog_stripelog_nullable: [ OK ] 3.23 sec.
2025-06-08 12:40:14 00416_pocopatch_progress_in_http_headers: [ OK ] 2.04 sec.
2025-06-08 12:40:15 00404_null_literal: [ OK ] 0.74 sec.
2025-06-08 12:40:16 00402_nan_and_extremes: [ OK ] 0.98 sec.
2025-06-08 12:40:19 00534_functions_bad_arguments2: [ OK ] 47.67 sec.
2025-06-08 12:40:20 00400_client_external_options: [ OK ] 3.85 sec.
2025-06-08 12:40:20 00396_uuid: [ OK ] 1.30 sec.
2025-06-08 12:40:21 00393_if_with_constant_condition: [ OK ] 1.07 sec.
2025-06-08 12:40:22 00380_client_break_at_exception_in_batch_mode: [ OK ] 1.97 sec.
2025-06-08 12:40:23 00379_system_processes_port: [ OK ] 1.45 sec.
2025-06-08 12:40:24 00369_int_div_of_float: [ OK ] 0.90 sec.
2025-06-08 12:40:24 00372_cors_header: [ OK ] 1.40 sec.
2025-06-08 12:40:26 00341_squashing_insert_select2: [ OK ] 1.87 sec.
2025-06-08 12:40:27 00337_shard_any_heavy: [ OK ] 1.08 sec.
2025-06-08 12:40:28 00324_hashing_enums: [ OK ] 0.77 sec.
2025-06-08 12:40:29 00534_functions_bad_arguments7: [ OK ] 57.32 sec.
2025-06-08 12:40:30 00321_pk_set: [ OK ] 1.63 sec.
2025-06-08 12:40:32 00313_const_totals_extremes: [ OK ] 2.70 sec.
2025-06-08 12:40:33 00307_format_xml: [ OK ] 0.74 sec.
2025-06-08 12:40:33 00318_pk_tuple_order: [ OK ] 4.34 sec.
2025-06-08 12:40:35 00298_enum_width_and_cast: [ OK ] 1.31 sec.
2025-06-08 12:40:36 00292_parser_tuple_element: [ OK ] 0.72 sec.
2025-06-08 12:40:36 00299_stripe_log_multiple_inserts: [ OK ] 2.56 sec.
2025-06-08 12:40:36 00287_column_const_with_nan: [ OK ] 0.77 sec.
2025-06-08 12:40:37 00280_hex_escape_sequence: [ OK ] 0.69 sec.
2025-06-08 12:40:38 00271_agg_state_and_totals: [ OK ] 0.83 sec.
2025-06-08 12:40:39 00268_aliases_without_as_keyword: [ OK ] 0.69 sec.
2025-06-08 12:40:40 00267_tuple_array_access_operators_priority: [ OK ] 0.76 sec.
2025-06-08 12:40:40 00273_quantiles: [ OK ] 3.26 sec.
2025-06-08 12:40:40 00340_squashing_insert_select: [ OK ] 16.22 sec.
2025-06-08 12:40:40 00266_read_overflow_mode: [ OK ] 0.74 sec.
2025-06-08 12:40:42 00258_materializing_tuples: [ OK ] 1.08 sec.
2025-06-08 12:40:42 00262_alter_alias: [ OK ] 1.80 sec.
2025-06-08 12:40:43 00239_type_conversion_in_in: [ OK ] 0.89 sec.
2025-06-08 12:40:43 00231_format_vertical_raw: [ OK ] 0.65 sec.
2025-06-08 12:40:44 00265_http_content_type_format_timezone: [ OK ] 3.90 sec.
2025-06-08 12:40:44 00228_shard_quantiles_deterministic_merge_overflow: [ OK ] 1.43 sec.
2025-06-08 12:40:45 00230_array_functions_has_count_equal_index_of_non_const_second_arg: [ OK ] 2.58 sec.
2025-06-08 12:40:46 00217_shard_global_subquery_columns_with_same_name: [ OK ] 1.10 sec.
2025-06-08 12:40:47 00224_shard_distributed_aggregation_memory_efficient_and_overflows: [ OK ] 2.86 sec.
2025-06-08 12:40:48 00195_shard_union_all_and_global_in: [ OK ] 1.35 sec.
2025-06-08 12:40:50 00192_least_greatest: [ OK ] 1.48 sec.
2025-06-08 12:40:50 00199_ternary_operator_type_check: [ OK ] 3.58 sec.
2025-06-08 12:40:51 00180_attach_materialized_view: [ OK ] 1.01 sec.
2025-06-08 12:40:51 00185_array_literals: [ OK ] 1.63 sec.
2025-06-08 12:40:52 00534_functions_bad_arguments11: [ OK ] 77.35 sec.
2025-06-08 12:40:52 00169_join_constant_keys: [ OK ] 0.71 sec.
2025-06-08 12:40:52 00178_query_datetime64_index: [ OK ] 1.06 sec.
2025-06-08 12:40:53 00534_functions_bad_arguments8: [ OK ] 74.52 sec.
2025-06-08 12:40:53 00165_transform_non_const_default: [ OK ] 1.39 sec.
2025-06-08 12:40:54 00152_totals_in_subquery: [ OK ] 0.80 sec.
2025-06-08 12:40:54 00151_tuple_with_array: [ OK ] 0.66 sec.
2025-06-08 12:40:56 00147_alter_nested_default: [ OK ] 2.07 sec.
2025-06-08 12:40:57 00161_rounding_functions: [ OK ] 4.64 sec.
2025-06-08 12:40:57 00131_set_hashed: [ OK ] 0.71 sec.
2025-06-08 12:40:58 00122_join_with_subquery_with_subquery: [ OK ] 0.66 sec.
2025-06-08 12:40:58 00114_float_type_result_of_division: [ OK ] 0.65 sec.
2025-06-08 12:40:58 00102_insert_into_temporary_table: [ OK ] 0.66 sec.
2025-06-08 12:41:02 00101_materialized_views_and_insert_without_explicit_database: [ OK ] 3.16 sec.
2025-06-08 12:41:02 00098_g_union_all: [ OK ] 0.69 sec.
2025-06-08 12:41:03 00109_shard_totals_after_having: [ OK ] 5.44 sec.
2025-06-08 12:41:04 00098_f_union_all: [ OK ] 1.14 sec.
2025-06-08 12:41:04 00098_a_union_all: [ OK ] 0.68 sec.
2025-06-08 12:41:05 00098_k_union_all: [ OK ] 0.84 sec.
2025-06-08 12:41:05 00088_distinct_of_arrays_of_strings: [ OK ] 0.59 sec.
2025-06-08 12:41:06 00148_summing_merge_tree_aggregate_function: [ OK ] 12.05 sec.
2025-06-08 12:41:06 00077_set_keys_fit_128_bits_many_blocks: [ OK ] 0.73 sec.
2025-06-08 12:41:07 00073_merge_sorting_empty_array_joined: [ OK ] 0.87 sec.
2025-06-08 12:41:07 00072_in_types: [ OK ] 0.73 sec.
2025-06-08 12:41:08 00064_negate_bug: [ OK ] 0.70 sec.
2025-06-08 12:41:08 00066_group_by_in: [ OK ] 0.85 sec.
2025-06-08 12:41:09 00048_a_stored_aggregates_merge: [ OK ] 1.69 sec.
2025-06-08 12:41:10 00048_b_stored_aggregates_merge: [ OK ] 1.80 sec.
2025-06-08 12:41:11 00038_totals_limit: [ OK ] 0.74 sec.
2025-06-08 12:41:11 00037_totals_limit: [ OK ] 0.77 sec.
2025-06-08 12:41:12 00041_big_array_join: [ OK ] 2.04 sec.
2025-06-08 12:41:12 00034_fixed_string_to_number: [ OK ] 0.69 sec.
2025-06-08 12:41:15 00030_alter_table: [ OK ] 3.25 sec.
2025-06-08 12:41:17 00028_shard_big_agg_aj_distributed: [ OK ] 1.65 sec.
2025-06-08 12:41:17 00024_unused_array_join_in_subquery: [ OK ] 0.73 sec.
2025-06-08 12:41:18 00022_func_higher_order_and_constants: [ OK ] 0.63 sec.
2025-06-08 12:41:20 00014_select_from_table_with_nested: [ OK ] 1.36 sec.
2025-06-08 12:41:20 00008_array_join: [ OK ] 0.69 sec.
2025-06-08 12:41:21 00007_array: [ OK ] 0.80 sec.
2025-06-08 12:41:23 00029_test_zookeeper_optimize_exception: [ OK ] 11.20 sec.
2025-06-08 12:41:23
2025-06-08 12:41:23 129 tests passed. 1 tests skipped. 648.91 s elapsed (ForkPoolWorker-9).
2025-06-08 12:41:25 00002_system_numbers: [ OK ] 3.80 sec.
2025-06-08 12:41:25
2025-06-08 12:41:25 153 tests passed. 1 tests skipped. 650.57 s elapsed (ForkPoolWorker-2).
2025-06-08 12:41:31 00746_sql_fuzzy: [ OK ] 159.72 sec.
2025-06-08 12:41:31
2025-06-08 12:41:31 97 tests passed. 0 tests skipped. 656.54 s elapsed (ForkPoolWorker-5).
2025-06-08 12:41:31 00223_shard_distributed_aggregation_memory_efficient: [ OK ] 47.06 sec.
2025-06-08 12:41:31
2025-06-08 12:41:31 146 tests passed. 1 tests skipped. 656.93 s elapsed (ForkPoolWorker-7).
2025-06-08 12:41:59 00411_long_accurate_number_comparison_int1: [ OK ] 105.37 sec.
2025-06-08 12:41:59
2025-06-08 12:41:59 89 tests passed. 1 tests skipped. 684.38 s elapsed (ForkPoolWorker-3).
2025-06-08 12:42:33 00763_long_lock_buffer_alter_destination_table: [ OK ] 223.83 sec.
2025-06-08 12:42:33
2025-06-08 12:42:33 Having 1 errors! 109 tests passed. 0 tests skipped. 718.18 s elapsed (ForkPoolWorker-6).
2025-06-08 12:45:11 00097_long_storage_buffer_race_condition: [ OK ] 246.76 sec.
2025-06-08 12:45:11
2025-06-08 12:45:11 87 tests passed. 0 tests skipped. 876.17 s elapsed (ForkPoolWorker-8).
2025-06-08 12:45:41 00155_long_merges: [ OK ] 288.36 sec.
2025-06-08 12:45:41
2025-06-08 12:45:41 165 tests passed. 1 tests skipped. 906.19 s elapsed (ForkPoolWorker-4).
2025-06-08 12:45:41
2025-06-08 12:45:41 Running 111 stateless tests (MainProcess).
2025-06-08 12:45:41
2025-06-08 12:45:45 02971_analyzer_remote_id: [ OK ] 4.49 sec.
2025-06-08 12:45:47 02960_partition_by_udf: [ OK ] 1.31 sec.
2025-06-08 12:45:58 02943_rmt_alter_metadata_merge_checksum_mismatch: [ OK ] 11.16 sec.
2025-06-08 12:46:05 02915_move_partition_inactive_replica: [ OK ] 6.96 sec.
2025-06-08 12:46:07 02911_row_policy_on_cluster: [ OK ] 1.32 sec.
2025-06-08 12:46:08 02910_prefetch_unexpceted_exception: [ OK ] 1.72 sec.
2025-06-08 12:46:09 02908_empty_named_collection: [ OK ] 0.83 sec.
2025-06-08 12:46:15 02884_async_insert_skip_settings: [ OK ] 5.96 sec.
2025-06-08 12:46:47 02871_peak_threads_usage: [ OK ] 31.23 sec.
2025-06-08 12:46:48 02867_create_user_ssh: [ OK ] 0.91 sec.
2025-06-08 12:46:50 02863_delayed_source_with_totals_and_extremes: [ OK ] 2.10 sec.
2025-06-08 12:46:52 02843_insertion_table_schema_infer: [ OK ] 1.98 sec.
2025-06-08 12:46:55 02833_multiprewhere_extra_column: [ OK ] 3.26 sec.
2025-06-08 12:47:07 02808_filesystem_cache_drop_query: [ OK ] 11.72 sec.
2025-06-08 12:47:14 02796_calculate_text_stack_trace: [ OK ] 6.99 sec.
2025-06-08 12:47:17 02775_show_columns_called_from_mysql: [ OK ] 2.68 sec.
2025-06-08 12:47:18 02762_replicated_database_no_args: [ OK ] 0.91 sec.
2025-06-08 12:47:20 02725_url_support_virtual_column: [ OK ] 1.84 sec.
2025-06-08 12:47:24 02703_row_policy_for_database: [ OK ] 3.93 sec.
2025-06-08 12:47:52 02700_s3_part_INT_MAX: [ OK ] 28.14 sec.
2025-06-08 12:48:03 02566_ipv4_ipv6_binary_formats: [ OK ] 10.22 sec.
2025-06-08 12:48:05 02561_temporary_table_sessions: [ OK ] 2.21 sec.
2025-06-08 12:49:04 02515_cleanup_async_insert_block_ids: [ OK ] 58.51 sec.
2025-06-08 12:49:16 02504_regexp_dictionary_ua_parser: [ OK ] 12.76 sec.
2025-06-08 12:49:20 02501_deep_recusion_schema_inference: [ OK ] 3.70 sec.
2025-06-08 12:49:22 02495_s3_filter_by_file: [ OK ] 1.72 sec.
2025-06-08 12:49:30 02494_query_cache_query_log: [ OK ] 8.26 sec.
2025-06-08 12:49:34 02494_query_cache_case_agnostic_matching: [ OK ] 3.18 sec.
2025-06-08 12:49:35 02494_query_cache_compression: [ OK ] 1.49 sec.
2025-06-08 12:49:37 02494_query_cache_totals_extremes: [ OK ] 1.92 sec.
2025-06-08 12:49:39 02494_query_cache_eligible_queries: [ OK ] 2.06 sec.
2025-06-08 12:49:42 02494_query_cache_events: [ OK ] 2.76 sec.
2025-06-08 12:49:44 02494_query_cache_squash_partial_results: [ OK ] 2.17 sec.
2025-06-08 12:49:46 02484_substitute_udf_storage_args: [ OK ] 1.44 sec.
2025-06-08 12:49:47 02483_check_virtuals_shile_using_structure_from_insertion_table: [ OK ] 1.06 sec.
2025-06-08 12:49:52 02483_capnp_decimals: [ OK ] 4.41 sec.
2025-06-08 12:49:56 02459_glob_for_recursive_directory_traversal: [ OK ] 4.41 sec.
2025-06-08 12:50:06 02421_record_errors_row_by_input_format: [ OK ] 10.06 sec.
2025-06-08 12:50:06 02396_system_parts_race_condition_rm: [ SKIPPED ] 0.00 sec. - disabled
2025-06-08 12:50:26 02353_compression_level: [ OK ] 19.33 sec.
2025-06-08 12:50:29 02350_views_max_insert_threads: [ OK ] 3.58 sec.
2025-06-08 12:50:33 02337_drop_filesystem_cache_access: [ OK ] 3.71 sec.
2025-06-08 12:50:34 02304_orc_arrow_parquet_string_as_string: [ OK ] 1.14 sec.
2025-06-08 12:50:49 02247_read_bools_as_numbers_json: [ OK ] 14.64 sec.
2025-06-08 12:51:09 02242_system_filesystem_cache_log_table: [ OK ] 19.89 sec.
2025-06-08 12:51:11 02240_filesystem_query_cache: [ OK ] 1.37 sec.
2025-06-08 12:51:30 02240_system_filesystem_cache_table: [ OK ] 18.50 sec.
2025-06-08 12:51:39 02222_create_table_without_columns_metadata: [ OK ] 9.09 sec.
2025-06-08 12:51:42 02184_ipv6_parsing: [ OK ] 2.69 sec.
2025-06-08 12:52:10 02152_http_external_tables_memory_tracking: [ OK ] 28.38 sec.
2025-06-08 12:52:23 02149_schema_inference_create_table_syntax: [ OK ] 12.51 sec.
2025-06-08 12:52:36 02130_parse_quoted_null: [ OK ] 12.87 sec.
2025-06-08 12:52:56 02115_write_buffers_finalize: [ OK ] 19.67 sec.
2025-06-08 12:52:59 02104_json_strings_nullable_string: [ OK ] 3.09 sec.
2025-06-08 12:53:00 02101_sql_user_defined_functions_drop_if_exists: [ OK ] 1.06 sec.
2025-06-08 12:53:01 02098_sql_user_defined_functions_aliases: [ OK ] 0.74 sec.
2025-06-08 12:53:02 02096_sql_user_defined_function_alias: [ OK ] 0.70 sec.
2025-06-08 12:53:03 02015_column_default_dict_get_identifier: [ OK ] 1.62 sec.
2025-06-08 12:53:13 02002_row_level_filter_bug: [ OK ] 9.91 sec.
2025-06-08 12:53:16 01913_exact_rows_before_limit_full: [ OK ] 2.74 sec.
2025-06-08 12:53:18 01910_view_dictionary: [ OK ] 1.86 sec.
2025-06-08 12:53:21 01901_test_attach_partition_from: [ OK ] 2.42 sec.
2025-06-08 12:53:32 01889_check_row_policy_defined_using_user_function: [ OK ] 10.83 sec.
2025-06-08 12:53:33 01870_buffer_flush: [ OK ] 1.08 sec.
2025-06-08 12:53:35 01856_create_function: [ OK ] 2.31 sec.
2025-06-08 12:53:36 01821_table_comment: [ OK ] 1.19 sec.
2025-06-08 12:53:42 01753_direct_dictionary_simple_key: [ OK ] 5.42 sec.
2025-06-08 12:53:56 01737_clickhouse_server_wait_server_pool_long: [ OK ] 13.75 sec.
2025-06-08 12:54:08 01722_long_brotli_http_compression_json_format: [ OK ] 11.73 sec.
2025-06-08 12:54:09 01721_engine_file_truncate_on_insert: [ OK ] 1.43 sec.
2025-06-08 12:54:14 01681_cache_dictionary_simple_key: [ OK ] 4.48 sec.
2025-06-08 12:54:16 01603_rename_overwrite_bug: [ OK ] 2.22 sec.
2025-06-08 12:55:30 01593_concurrent_alter_mutations_kill_many_replicas_long: [ OK ] 73.70 sec.
2025-06-08 12:55:37 01524_do_not_merge_across_partitions_select_final: [ OK ] 7.32 sec.
2025-06-08 12:57:14 01459_manual_write_to_replicas: [ OK ] 96.64 sec.
2025-06-08 12:57:16 01455_rank_correlation_spearman: [ OK ] 1.84 sec.
2025-06-08 12:57:25 01417_freeze_partition_verbose_zookeeper: [ OK ] 9.00 sec.
2025-06-08 12:57:46 01414_mutations_and_errors_zookeeper: [ OK ] 20.74 sec.
2025-06-08 12:57:58 01410_nullable_key_more_tests: [ OK ] 11.37 sec.
2025-06-08 12:58:01 01388_clear_all_columns: [ OK ] 3.03 sec.
2025-06-08 12:58:17 01338_long_select_and_alter: [ OK ] 16.25 sec.
2025-06-08 12:58:29 01307_multiple_leaders_zookeeper: [ OK ] 12.18 sec.
2025-06-08 12:59:04 01301_aggregate_state_exception_memory_leak: [ OK ] 34.93 sec.
2025-06-08 12:59:06 01294_system_distributed_on_cluster: [ OK ] 1.30 sec.
2025-06-08 12:59:06 01281_group_by_limit_memory_tracking: [ SKIPPED ] 0.00 sec. - not running for current build
2025-06-08 12:59:13 01272_suspicious_codecs: [ OK ] 7.06 sec.
2025-06-08 12:59:14 01225_show_create_table_from_dictionary: [ OK ] 1.19 sec.
2025-06-08 12:59:17 01188_attach_table_from_path: [ OK ] 2.29 sec.
2025-06-08 12:59:18 01164_alter_memory_database: [ OK ] 1.56 sec.
2025-06-08 13:01:06 01154_move_partition_long: [ OK ] 108.14 sec.
2025-06-08 13:01:10 01153_attach_mv_uuid: [ OK ] 3.69 sec.
2025-06-08 13:01:12 01119_weird_user_names: [ OK ] 1.81 sec.
2025-06-08 13:01:13 01110_dictionary_layout_without_arguments: [ OK ] 1.09 sec.
2025-06-08 13:01:23 01091_num_threads: [ OK ] 9.79 sec.
2025-06-08 13:01:34 01086_window_view_cleanup: [ OK ] 10.36 sec.
2025-06-08 13:01:36 01085_max_distributed_connections_http: [ OK ] 2.61 sec.
2025-06-08 13:02:18 01079_parallel_alter_detach_table_zookeeper: [ OK ] 41.99 sec.
2025-06-08 13:02:29 01076_cache_dictionary_datarace_exception_ptr: [ OK ] 10.87 sec.
2025-06-08 13:02:34 01070_mutations_with_dependencies: [ OK ] 4.16 sec.
2025-06-08 13:02:41 01060_shutdown_table_after_detach: [ OK ] 7.60 sec.
2025-06-08 13:02:49 01053_ssd_dictionary: [ OK ] 7.61 sec.
2025-06-08 13:03:08 01040_dictionary_invalidate_query_switchover_long: [ OK ] 18.87 sec.
2025-06-08 13:03:18 01038_dictionary_lifetime_min_zero_sec: [ OK ] 9.98 sec.
2025-06-08 13:03:21 01023_materialized_view_query_context: [ OK ] 2.48 sec.
2025-06-08 13:03:29 01018_ddl_dictionaries_bad_queries: [ OK ] 8.55 sec.
2025-06-08 13:04:06 01014_lazy_database_concurrent_recreate_reattach_and_show_tables: [ OK ] 36.19 sec.
2025-06-08 13:04:27 01014_lazy_database_basic: [ OK ] 21.19 sec.
2025-06-08 13:04:29 00971_query_id_in_logs: [ OK ] 1.91 sec.
2025-06-08 13:04:42 00463_long_sessions_in_http_interface: [ OK ] 13.36 sec.
2025-06-08 13:04:45 00309_formats_case_insensitive: [ OK ] 1.91 sec.
2025-06-08 13:05:15 00002_log_and_exception_messages_formatting: [ OK ] 29.92 sec.
2025-06-08 13:05:15
2025-06-08 13:05:15 109 tests passed. 2 tests skipped. 1173.86 s elapsed (MainProcess).
2025-06-08 13:05:19 Won't run stateful tests because test data wasn't loaded.
2025-06-08 13:05:19 Checking the hung queries: done
2025-06-08 13:05:19
2025-06-08 13:05:19 No queries hung.
2025-06-08 13:05:19 All tests have finished.
2025-06-08 13:05:19
2025-06-08 13:05:19 Top patterns of log messages:
2025-06-08 13:05:19
2025-06-08 13:05:19 count count_% size size_% uniq_loggers uniq_threads levels background_% message_format_string
2025-06-08 13:05:19
2025-06-08 13:05:19 1. 47196 0.05 2.46 MiB 0.019 8 364 ['Trace'] 0.001 Access granted: {}{}
2025-06-08 13:05:19 2. 44416 0.047 3.79 MiB 0.029 1 465 ['Trace'] 0 Aggregated. {} to {} rows (from {}) in {} sec. ({:.3f} rows/sec., {}/sec.)
2025-06-08 13:05:19 3. 37559 0.04 1.09 MiB 0.008 1 467 ['Trace'] 0 Aggregation method: {}
2025-06-08 13:05:19 4. 37121 0.039 6.88 MiB 0.052 1 113 ['Debug'] 0 (from {}{}{}){}{} {} (stage: {})
2025-06-08 13:05:19 5. 37106 0.039 5.56 MiB 0.042 3 112 ['Trace'] 1 {} Creating query context from {} context, user_id: {}, parent context user: {}
2025-06-08 13:05:19 6. 31315 0.033 883.58 KiB 0.006 1 112 ['Debug'] 0 Processed in {} sec.
2025-06-08 13:05:19 7. 28257 0.03 1.24 MiB 0.009 1 1 ['Trace'] 1 Processing requests batch, size: {}, bytes: {}
2025-06-08 13:05:19 8. 25423 0.027 20.99 MiB 0.158 1 192 ['Trace'] 0.001 Query {} to stage {}{}
2025-06-08 13:05:19 9. 25108 0.026 1.99 MiB 0.015 1 440 ['Trace'] 0 An entry for key={} found in cache: sum_of_sizes={}, median_size={}
2025-06-08 13:05:19 10. 25057 0.026 21.42 MiB 0.161 1 190 ['Trace'] 0.001 Query {} from stage {} to stage {}{}
2025-06-08 13:05:19 11. 20632 0.022 1.42 MiB 0.011 1 1029 ['Trace'] 0.636 Reserved {} on local disk {}, having unreserved {}.
2025-06-08 13:05:19 12. 19047 0.02 1.48 MiB 0.011 1 109 ['Debug'] 0 Read {} rows, {} in {} sec., {} rows/sec., {}/sec.
2025-06-08 13:05:19 13. 18680 0.02 2.08 MiB 0.016 721 491 ['Trace'] 0.566 Renaming temporary part {} to {} with tid {}.
2025-06-08 13:05:19 14. 17956 0.019 1.22 MiB 0.009 715 924 ['Trace'] 0.631 Trying to reserve {} using storage policy from min volume index {}
2025-06-08 13:05:19 15. 14800 0.016 1.31 MiB 0.01 114 534 ['Trace'] 0.995 Insert entry {} to queue with type {}
2025-06-08 13:05:19 16. 12821 0.014 596.44 KiB 0.004 1 510 ['Trace'] 0.308 filled checksums {}
2025-06-08 13:05:19 17. 12358 0.013 965.99 KiB 0.007 108 684 ['Trace'] 0.903 Part {} is not stored on zero-copy replicated disk, blobs can be removed
2025-06-08 13:05:19 18. 11822 0.012 966.39 KiB 0.007 5 149 ['Debug'] 0.997 {} Authenticating user '{}' from {}
2025-06-08 13:05:19 19. 11801 0.012 1.29 MiB 0.01 5 149 ['Debug'] 0.997 {} Authenticated with global context as user {}
2025-06-08 13:05:19 20. 11767 0.012 1.01 MiB 0.008 5 147 ['Debug'] 0.997 {} Logout, user_id: {}
2025-06-08 13:05:19 21. 11725 0.012 1.25 MiB 0.009 3 112 ['Debug'] 1 {} Creating session context with user_id: {}
2025-06-08 13:05:19 22. 11374 0.012 5.04 MiB 0.038 2 103 ['Trace'] 1 Request URI: {}
2025-06-08 13:05:19 23. 11374 0.012 2.29 MiB 0.017 2 103 ['Trace'] 1 HTTP Request for {}. Method: {}, Address: {}, User-Agent: {}{}, Content Type: {}, Transfer Encoding: {}, X-Forwarded-For: {}
2025-06-08 13:05:19 24. 11321 0.012 232.17 KiB 0.002 2 103 ['Debug'] 0.512 Done processing query
2025-06-08 13:05:19 25. 11050 0.012 530.44 KiB 0.004 1 130 ['Debug'] 0.219 Peak memory usage{}: {}.
2025-06-08 13:05:19 26. 10137 0.011 108.89 KiB 0.001 1 461 ['Trace'] 0 Aggregating
2025-06-08 13:05:19 27. 10047 0.011 578.90 KiB 0.004 114 534 ['Debug'] 0.996 Pulling {} entries to queue: {} - {}
2025-06-08 13:05:19 28. 10047 0.011 255.12 KiB 0.002 114 534 ['Debug'] 0.996 Pulled {} entries to queue.
2025-06-08 13:05:19 29. 9608 0.01 1.31 MiB 0.01 100 512 ['Trace'] 1 Checked {} partitions, found {} partitions with parts that may be merged: [{}] (max_total_size_to_merge={}, merge_with_ttl_allowed={})
2025-06-08 13:05:19 30. 9542 0.01 802.30 KiB 0.006 119 512 ['Trace'] 1 Scheduling next merge selecting task after {}ms, current attempt status: {}
2025-06-08 13:05:19 31. 7796 0.008 946.23 KiB 0.007 1 2 ['Trace'] 1 Creating part at path {}
2025-06-08 13:05:19 32. 7548 0.008 692.34 KiB 0.005 1 48 ['Debug'] 0 Reading {} marks from part {}, total {} rows starting from the beginning of the part
2025-06-08 13:05:19 33. 7443 0.008 590.01 KiB 0.004 510 90 ['Trace'] 0 Reading {} ranges in{}order from part {}, approx. {} rows starting from {}
2025-06-08 13:05:19 34. 6907 0.007 259.80 KiB 0.002 91 32 ['Debug'] 0.838 Committing part {} to zookeeper
2025-06-08 13:05:19 35. 6821 0.007 249.78 KiB 0.002 91 32 ['Debug'] 0.849 Part {} committed to zookeeper
2025-06-08 13:05:19 36. 6208 0.007 204.40 KiB 0.002 1 112 ['Trace'] 1 TCP Request. Address: {}
2025-06-08 13:05:19 37. 6206 0.007 597.38 KiB 0.004 1 112 ['Debug'] 1 Connected {} version {}.{}.{}, revision: {}{}{}.
2025-06-08 13:05:19 38. 6169 0.007 162.66 KiB 0.001 1 107 ['Debug'] 1 Done processing connection.
2025-06-08 13:05:19 39. 5952 0.006 458.13 KiB 0.003 52 354 ['Trace'] 0.003 Used generic exclusion search over index for part {} with {} steps
2025-06-08 13:05:19 40. 5833 0.006 205.07 KiB 0.002 1 138 ['Trace'] 0.006 Converting aggregated data to blocks
2025-06-08 13:05:19 41. 5821 0.006 619.38 KiB 0.005 1 129 ['Debug'] 0.004 Converted aggregated data to blocks. {} rows, {} in {} sec. ({:.3f} rows/sec., {}/sec.)
2025-06-08 13:05:19 42. 5796 0.006 498.09 KiB 0.004 64 32 ['Trace'] 1 Trying to fetch with zero-copy replication, but disk is not provided, will try to select
2025-06-08 13:05:19 43. 5796 0.006 589.38 KiB 0.004 64 32 ['Debug'] 1 Fetching part {} from {}:{}
2025-06-08 13:05:19 44. 5796 0.006 209.41 KiB 0.002 64 32 ['Trace'] 1 Checking disk {} with type {}
2025-06-08 13:05:19 45. 5796 0.006 125.68 KiB 0.001 61 48 ['Trace'] 1 Sending part {}
2025-06-08 13:05:19 46. 5792 0.006 111.78 KiB 0.001 64 32 ['Debug'] 1 Downloading files {}
2025-06-08 13:05:19 47. 5791 0.006 492.00 KiB 0.004 64 32 ['Trace'] 1 Disk for fetch is not provided, getting disk from reservation {} with type '{}'
2025-06-08 13:05:19 48. 5790 0.006 583.19 KiB 0.004 64 32 ['Debug'] 1 Fetched part {} from {}:{}{}
2025-06-08 13:05:19 49. 5789 0.006 255.56 KiB 0.002 63 32 ['Debug'] 1 Downloading part {} onto disk {}.
2025-06-08 13:05:19 50. 5788 0.006 306.38 KiB 0.002 63 32 ['Debug'] 1 Download of part {} onto disk {} finished.
2025-06-08 13:05:19 51. 5773 0.006 129.67 KiB 0.001 1 431 ['Trace'] 0 Merging aggregated data
2025-06-08 13:05:19 52. 4916 0.005 164.26 KiB 0.001 571 118 ['Debug'] 0.008 Key condition: {}
2025-06-08 13:05:19 53. 4778 0.005 543.78 KiB 0.004 569 118 ['Debug'] 0.008 Selected {}/{} parts by partition key, {} parts by primary key, {}/{} marks by primary key, {} marks to read from {} ranges
2025-06-08 13:05:19 54. 4543 0.005 289.54 KiB 0.002 36 324 ['Debug'] 1 There is no part {} in ZooKeeper, it was only in filesystem
2025-06-08 13:05:19 55. 4467 0.005 231.20 KiB 0.002 485 117 ['Trace'] 0.009 Spreading mark ranges among streams (default reading)
2025-06-08 13:05:19 56. 4438 0.005 2.09 MiB 0.016 2 12 ['Error'] 0 Number of arguments for function {} doesn't match: passed {}, should be {}
2025-06-08 13:05:19 57. 3763 0.004 290.31 KiB 0.002 1 104 ['Trace'] 0 Query span trace_id for opentelemetry log: {}
2025-06-08 13:05:19 58. 3353 0.004 195.18 KiB 0.001 17 17 ['Trace'] 1 Flushing system log, {} entries to flush up to offset {}
2025-06-08 13:05:19 59. 3352 0.004 121.18 KiB 0.001 17 17 ['Trace'] 1 Flushed system log up to offset {}
2025-06-08 13:05:19 60. 3349 0.004 347.22 KiB 0.003 1 27 ['Debug'] 0 Reading {} marks from part {}, total {} rows starting from the beginning of the part, column {}
2025-06-08 13:05:19 61. 3164 0.003 486.41 KiB 0.004 1 74 ['Trace'] 0.01 PREWHERE condition was split into {} steps: {}
2025-06-08 13:05:19 62. 2805 0.003 317.61 KiB 0.002 1583 16 ['Trace'] 1 Executing log entry to merge parts {} to {}
2025-06-08 13:05:19 63. 2789 0.003 168.79 KiB 0.001 31 31 ['Debug'] 1 Part {} is rendered obsolete by fetching part {}
2025-06-08 13:05:19 64. 2701 0.003 193.64 KiB 0.001 88 391 ['Debug'] 0 Wrote block with ID '{}', {} rows{}
2025-06-08 13:05:19 65. 2550 0.003 456.85 KiB 0.003 1 110 ['Debug'] 0 {}:{}: sampleColumns {} '{}'
2025-06-08 13:05:19 66. 2547 0.003 74.62 KiB 0.001 119 517 ['Debug'] 0.985 Updating strategy picker state
2025-06-08 13:05:19 67. 2434 0.003 120.77 KiB 0.001 257 520 ['Debug'] 0.914 Selected {} parts from {} to {}
2025-06-08 13:05:19 68. 2371 0.002 469.15 KiB 0.003 1 508 ['Information'] 1 Removing metadata {} of dropped table {}
2025-06-08 13:05:19 69. 2371 0.002 300.53 KiB 0.002 1 508 ['Information'] 1 Have {} tables in drop queue ({} of them are in use), will try drop {}
2025-06-08 13:05:19 70. 2371 0.002 175.97 KiB 0.001 1 95 ['Debug'] 0 Waiting for table {} to be finally dropped
2025-06-08 13:05:19 71. 2234 0.002 146.26 KiB 0.001 1 379 ['Debug'] 1 Execute load job '{}' in {}
2025-06-08 13:05:19 72. 2234 0.002 152.80 KiB 0.001 1 77 ['Debug'] 0.002 Schedule load job '{}' into {}
2025-06-08 13:05:19 73. 2234 0.002 154.98 KiB 0.001 1 379 ['Debug'] 1 Finish load job '{}' with status {}
2025-06-08 13:05:19 74. 2234 0.002 45.82 KiB 0 1 428 ['Debug'] 1 Stop worker in {}
2025-06-08 13:05:19 75. 2234 0.002 69.82 KiB 0.001 1 454 ['Debug'] 0.5 Spawn loader worker #{} in {}
2025-06-08 13:05:19 76. 2233 0.002 176.73 KiB 0.001 1 77 ['Debug'] 0.002 Prioritize load job '{}': {} -> {}
2025-06-08 13:05:19 77. 2230 0.002 19.60 KiB 0 2 77 ['Trace'] 0.002 No tables
2025-06-08 13:05:19 78. 2230 0.002 74.04 KiB 0.001 1 451 ['Debug'] 0.501 Change current priority: {} -> {}
2025-06-08 13:05:19 79. 2215 0.002 279.30 KiB 0.002 1 39 ['Debug'] 0 Before join block: '{}'
2025-06-08 13:05:19 80. 2209 0.002 451.84 KiB 0.003 1 39 ['Debug'] 0 After join block: '{}'
2025-06-08 13:05:19 81. 2002 0.002 98.77 KiB 0.001 1 230 ['Trace'] 0.006 Merging partially aggregated blocks (bucket = {}).
2025-06-08 13:05:19 82. 2002 0.002 294.76 KiB 0.002 1 230 ['Debug'] 0.006 Merged partially aggregated blocks for bucket #{}. Got {} rows, {} from {} source rows in {} sec. ({:.3f} rows/sec., {}/sec.)
2025-06-08 13:05:19 83. 1972 0.002 399.12 KiB 0.003 818 16 ['Debug'] 1 Don't have all parts (at least {} is missing) for merge {}; will try to fetch it instead. Either pool for fetches is starving, see background_fetches_pool_size, or none of active replicas has it
2025-06-08 13:05:19 84. 1953 0.002 416.41 KiB 0.003 1 2 ['Error'] 0 Failed to push block to view {}, {}
2025-06-08 13:05:19 85. 1792 0.002 56.98 KiB 0 19 36 ['Debug'] 0 Requested flush up to offset {}
2025-06-08 13:05:19 86. 1761 0.002 60.13 KiB 0 1 55 ['Debug'] 0 Selected MergeAlgorithm: {}
2025-06-08 13:05:19 87. 1761 0.002 140.18 KiB 0.001 1 55 ['Debug'] 0 Merging {} parts: from {} to {} into {} with storage {}
2025-06-08 13:05:19 88. 1751 0.002 225.44 KiB 0.002 1 55 ['Debug'] 0 Merge sorted {} rows, containing {} columns ({} merged, {} gathered) in {} sec., {} rows/sec., {}/sec.
2025-06-08 13:05:19 89. 1749 0.002 105.02 KiB 0.001 257 55 ['Trace'] 0 Merged {} parts: [{}, {}] -> {}
2025-06-08 13:05:19 90. 1715 0.002 209.13 KiB 0.002 1 2 ['Trace'] 1 MemoryTracking: was {}, peak {}, free memory in arenas {}, will set to {} (RSS), difference: {}
2025-06-08 13:05:19 91. 1712 0.002 37.29 KiB 0 135 482 ['Trace'] 1 Execution took {} ms.
2025-06-08 13:05:19 92. 1692 0.002 153.75 KiB 0.001 1 368 ['Debug'] 0 Merge sorted {} blocks, {} rows in {} sec., {} rows/sec., {}/sec
2025-06-08 13:05:19 93. 1683 0.002 49.69 KiB 0 120 317 ['Trace'] 0.029 Found (RIGHT) boundary mark: {}
2025-06-08 13:05:19 94. 1683 0.002 53.50 KiB 0 120 317 ['Trace'] 0.029 Found {} range in {} steps
2025-06-08 13:05:19 95. 1683 0.002 111.81 KiB 0.001 120 317 ['Trace'] 0.029 Running binary search on index range for part {} ({} marks)
2025-06-08 13:05:19 96. 1683 0.002 47.74 KiB 0 120 317 ['Trace'] 0.029 Found (LEFT) boundary mark: {}
2025-06-08 13:05:19 97. 1596 0.002 82.61 KiB 0.001 85 55 ['Trace'] 0.791 Finished waiting for outdated data parts to be loaded
2025-06-08 13:05:19 98. 1596 0.002 71.70 KiB 0.001 85 55 ['Trace'] 0.791 Will wait for outdated data parts to be loaded
2025-06-08 13:05:19 99. 1590 0.002 161.77 KiB 0.001 595 449 ['Debug'] 0.966 Removing {} parts from filesystem (serially): Parts: [{}]
2025-06-08 13:05:20 100. 1549 0.002 62.02 KiB 0 1 416 ['Debug'] 0.431 Will use old analyzer to prepare mutation
2025-06-08 13:05:20
2025-06-08 13:05:20
2025-06-08 13:05:20
2025-06-08 13:05:20 Top messages without format string (fmt::runtime):
2025-06-08 13:05:20
2025-06-08 13:05:20 count pattern runtime_message line
2025-06-08 13:05:20
2025-06-08 13:05:20 1. 24 CodeDBExceptionParthasalreadybee Code: 384. DB::Exception: Part 4_5_10_1 has already been assigned a merge into 4_5_15_2. (PART_IS_TEMPORARILY_LOCKED) (version 24.3.18.10426.altinitystable (altinity build)) (from [::1]:57374) (comment: 01154_move_partition_long.sh) (in query: ALTER TABLE ('/executeQuery.cpp',219)
2025-06-08 13:05:20 2. 14 CodeDBExceptionSyntaxerrorfailed Code: 62. DB::Exception: Syntax error: failed at position 32 ('DROP'): DROP COLUMN c. Expected one of: ALTER command, token, OpeningRoundBracket: In scope SELECT formatQuery('ALTER TABLE a (DROP COLUMN b), DROP COLUMN c'). (SYNTAX_ERROR) (version 24.3.18.1 ('/executeQuery.cpp',219)
2025-06-08 13:05:20 3. 12 CodeDBExceptionEmptyqueryInscope Code: 62. DB::Exception: Empty query: In scope SELECT structureToCapnProtoSchema(''). (SYNTAX_ERROR) (version 24.3.18.10426.altinitystable (altinity build)) (from [::1]:35898) (comment: 00534_functions_bad_arguments7.sh) (in query: SELECT structureToCapnPr ('/executeQuery.cpp',219)
2025-06-08 13:05:20 4. 6 CodeDBExceptionReceivedfromDBExc Code: 516. DB::Exception: Received from 127.0.0.2:9000. DB::Exception: default: Authentication failed: password is incorrect, or there is no user with such name.
2025-06-08 13:05:20
2025-06-08 13:05:20 If you have installed ClickHouse and forgot password you can reset it in the configuration fi ('/executeQuery.cpp',219)
2025-06-08 13:05:20 5. 4 stdexceptionCodetypeboostwrapexc std::exception. Code: 1001, type: boost::wrapexcept, e.what() = Should start with 'MULTIPOLYGON'' in () (version 24.3.18.10426.altinitystable (altinity build)) (from [::1]:35898) (comment: 00534_functions_bad_arguments7 ('/executeQuery.cpp',219)
2025-06-08 13:05:20 6. 4 CodeDBExceptionboostwrapexceptbo Code: 1001. DB::Exception: boost::wrapexcept: Should start with 'MULTIPOLYGON'' in (). (STD_EXCEPTION) ('/TCPHandler.cpp',701)
2025-06-08 13:05:20 7. 4 CodeDBExceptionSyntaxerrorcolumn Code: 62. DB::Exception: Syntax error (columns declaration list): failed at position 1 (' '): . Unrecognized token: ' '. (SYNTAX_ERROR) (version 24.3.18.10426.altinitystable (altinity build)) (from [::1]:45478) (comment: 00746_sql_fuzzy.sh) (in query: SEL ('/executeQuery.cpp',219)
2025-06-08 13:05:20 8. 3 PocoExceptionCodeecodeBadURIsynt Poco::Exception. Code: 1000, e.code() = 0, Bad URI syntax: URI contains invalid characters (version 24.3.18.10426.altinitystable (altinity build)) (from [::1]:57366) (comment: 00746_sql_fuzzy.sh) (in query: SELECT * FROM s3('\0');), Stack trace (when copyi ('/executeQuery.cpp',219)
2025-06-08 13:05:20 9. 3 PocoExceptionCodeecodeNetExcepti Poco::Exception. Code: 1000, e.code() = 107, Net Exception: Socket is not connected, Stack trace (when copying this message, always include the lines below):
2025-06-08 13:05:20
2025-06-08 13:05:20 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, ('/Exception.cpp',222)
2025-06-08 13:05:20 10. 3 CodeDBExceptionBadURIsyntaxURIco Code: 1000. DB::Exception: Bad URI syntax: URI contains invalid characters. (POCO_EXCEPTION), Stack trace (when copying this message, always include the lines below):
2025-06-08 13:05:20
2025-06-08 13:05:20 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(Strin ('/TCPHandler.cpp',701)
2025-06-08 13:05:20 11. 2 CodeDBExceptionEmptyquerySYNTAXE Code: 62. DB::Exception: Empty query. (SYNTAX_ERROR) (version 24.3.18.10426.altinitystable (altinity build)) (from [::1]:48118) (comment: 00746_sql_fuzzy.sh) (in query: SELECT 4, sipHash64Keyed(( SELECT * FROM null('') ) AS vd, ( SELECT NULL, -8, [], [] ) ('/executeQuery.cpp',219)
2025-06-08 13:05:20 12. 1 globalmanagerdoesnotexistwilluse global manager does not exist. will use local thread for commit and append ('/LoggerWrapper.h',43)
2025-06-08 13:05:20 13. 1 Electiontimeoutinitiateleaderele Election timeout, initiate leader election ('/LoggerWrapper.h',43)
2025-06-08 13:05:20 14. 1 bgappendentriesthreadinitiated bg append_entries thread initiated ('/LoggerWrapper.h',43)
2025-06-08 13:05:20 15. 1 waitforHBforms wait for HB, for 50 + [0, 0] ms ('/LoggerWrapper.h',43)
2025-06-08 13:05:20 16. 1 ELECTIONTIMEOUTcurrentrolefollow [ELECTION TIMEOUT] current role: follower, log last term 0, state term 0, target p 1, my p 1, hb dead, pre-vote NOT done ('/LoggerWrapper.h',43)
2025-06-08 13:05:20 17. 1 newconfigurationlogidxprevlogidx new configuration: log idx 1, prev log idx 0
2025-06-08 13:05:20 peer 1, DC ID 0, localhost:9234, voting member, 1
2025-06-08 13:05:20 my id: 1, leader: 1, term: 1 ('/LoggerWrapper.h',43)
2025-06-08 13:05:20 18. 1 invalidelectiontimeoutupperbound invalid election timeout upper bound detected, adjusted to 0 ('/LoggerWrapper.h',43)
2025-06-08 13:05:20 19. 1 statemachinecommitindexprecommit state machine commit index 0, precommit index 0, last log index 0 ('/LoggerWrapper.h',43)
2025-06-08 13:05:20 20. 1 Forkedachildprocesstowatch Forked a child process to watch ('',0)
2025-06-08 13:05:20 21. 1 startingup starting up ('',0)
2025-06-08 13:05:20 22. 1 IfthesignaturecheckfailedThiscou If the signature check failed. This could be because of a time skew. Attempting to adjust the signer. ('/AWSLogger.cpp',71)
2025-06-08 13:05:20 23. 1 newelectiontimeoutrange new election timeout range: 0 - 0 ('/LoggerWrapper.h',43)
2025-06-08 13:05:20 24. 1 ('/logTrace.cpp',50)
2025-06-08 13:05:20 25. 1 INITRAFTSERVERcommitindextermele === INIT RAFT SERVER ===
2025-06-08 13:05:20 commit index 0
2025-06-08 13:05:20 term 0
2025-06-08 13:05:20 election timer allowed
2025-06-08 13:05:20 log store start 1, end 0
2025-06-08 13:05:20 config log idx 0, prev log idx 0
2025-06-08 13:05:20 -- ASYNC REPLICATION -- ('/LoggerWrapper.h',43)
2025-06-08 13:05:20 26. 1 StartingClickHousealtinitystable Starting ClickHouse 24.3.18.10426.altinitystable (revision: 4294967295, git hash: ef8a945bc84037671dd803577841a5e1563cec6e, build id: 6256AA9DF0FE51810C4ADC560ACFE8A325F136A6), PID 725 ('',0)
2025-06-08 13:05:20 27. 1 numberofpendingcommitelements number of pending commit elements: 0 ('/LoggerWrapper.h',43)
2025-06-08 13:05:20 28. 1 parameterselectiontimeoutrangehe parameters: election timeout range 0 - 0, heartbeat 0, leadership expiry 0, max batch 100, backoff 50, snapshot distance 100000, enable randomized snapshot creation NO, log sync stop gap 99999, reserved logs 2147483647, client timeout 10000, auto forwardin ('/LoggerWrapper.h',43)
2025-06-08 13:05:20 29. 1 BECOMELEADERappendednewconfigat [BECOME LEADER] appended new config at 1 ('/LoggerWrapper.h',43)
2025-06-08 13:05:34 30. 1 newconfiglogidxprevlogidxcurconf new config log idx 1, prev log idx 0, cur config log idx 0, prev log idx 0 ('/LoggerWrapper.h',43)
2025-06-08 13:05:34
2025-06-08 13:05:34
2025-06-08 13:05:34
2025-06-08 13:05:34 Top messages not matching their format strings:
2025-06-08 13:05:34
2025-06-08 13:05:34 message_format_string count() any_message
2025-06-08 13:05:34
2025-06-08 13:05:34 1. 31 Forked a child process to watch
2025-06-08 13:05:34 message_format_string count() any_message
2025-06-08 13:05:34
2025-06-08 13:05:34 2. Query {} to stage {}{} 30 Query SELECT stringJaccardIndexUTF8(materialize('hello'), materialize('����')) AS `stringJaccardIndexUTF8(materialize('hello'), materialize('����'))` FROM system.one AS __table1 to stage Complete
2025-06-08 13:05:34 message_format_string count() any_message
2025-06-08 13:05:34
2025-06-08 13:05:34 3. Query {} from stage {} to stage {}{} 30 Query SELECT stringJaccardIndexUTF8(materialize('hello'), materialize('����')) AS `stringJaccardIndexUTF8(materialize('hello'), materialize('����'))` FROM system.one AS __table1 from stage FetchColumns to stage Complete
2025-06-08 13:05:34 message_format_string count() any_message
2025-06-08 13:05:34
2025-06-08 13:05:34 4. Illegal UTF-8 sequence, while processing '{}' 12 Code: 36. DB::Exception: Illegal UTF-8 sequence, while processing '�': while executing 'FUNCTION stringJaccardIndexUTF8(materialize('hello'_String) :: 3, materialize('�'_String) :: 1) -> stringJaccardIndexUTF8(materialize('hello'_String), materialize('�'_String)) Float64 : 2'. (BAD_ARGUMENTS) (version 24.3.18.10426.altinitystable (altinity build)) (from [::1]:45012) (comment: 02884_string_distance_function.sql) (in query: SELECT stringJaccardIndexUTF8(materialize('hello'), materialize('\xC2\x01'));), Stack trace (when copying this message, always include the lines below):
2025-06-08 13:05:34
2025-06-08 13:05:34 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x000000003e8c8189
2025-06-08 13:05:34 1. ./build_docker/./src/Common/Exception.cpp:96: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x000000001f0f4c93
2025-06-08 13:05:34 2. DB::Exception::Exception(int, FormatStringHelperImpl::type>, StringRef&&) @ 0x000000000a525d56
2025-06-08 13:05:34 3. DB::ByteJaccardIndexImpl::process(char const*, unsigned long, char const*, unsigned long) @ 0x000000000a52be7b
2025-06-08 13:05:34 4. DB::FunctionsStringSimilarity>, DB::NameJaccardIndexUTF8>::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x000000000a527bc9
2025-06-08 13:05:34 5. DB::FunctionToExecutableFunctionAdaptor::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000008ebfbf8
2025-06-08 13:05:34 6. ./build_docker/./src/Functions/IFunction.cpp:0: DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x000000002fd3a39d
2025-06-08 13:05:34 7. ./build_docker/./src/Functions/IFunction.cpp:0: DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x000000002fd3c2d7
2025-06-08 13:05:34 8. ./build_docker/./src/Functions/IFunction.cpp:0: DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x000000002fd43226
2025-06-08 13:05:34 9. ./contrib/boost/boost/smart_ptr/intrusive_ptr.hpp:124: DB::ExpressionActions::execute(DB::Block&, unsigned long&, bool, bool) const @ 0x0000000032be1372
2025-06-08 13:05:34 10. ./build_docker/./src/Processors/Transforms/ExpressionTransform.cpp:0: DB::ExpressionTransform::transform(DB::Chunk&) @ 0x000000003b0312fe
2025-06-08 13:05:34 11. ./contrib/llvm-project/libcxx/include/__utility/swap.h:35: DB::ISimpleTransform::transform(DB::Chunk&, DB::Chunk&) @ 0x0000000025354841
2025-06-08 13:05:34 12. ./build_docker/./src/Processors/ISimpleTransform.cpp:99: DB::ISimpleTransform::work() @ 0x000000003a65e19e
2025-06-08 13:05:34 13. ./contrib/llvm-project/libcxx/include/list:588: DB::ExecutionThreadContext::executeTask() @ 0x000000003a6cdaf7
2025-06-08 13:05:34 14. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:273: DB::PipelineExecutor::executeSingleThread(unsigned long) @ 0x000000003a69d1c7
2025-06-08 13:05:34 15. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:410: DB::PipelineExecutor::executeImpl(unsigned long, bool) @ 0x000000003a699464
2025-06-08 13:05:34 16. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:274: DB::PipelineExecutor::execute(unsigned long, bool) @ 0x000000003a698ec8
2025-06-08 13:05:34 17. ./build_docker/./src/Processors/Executors/PullingAsyncPipelineExecutor.cpp:0: void std::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl(DB::PullingAsyncPipelineExecutor::pull(DB::Chunk&, unsigned long)::$_0&&)::'lambda'(), void ()>>(std::__function::__policy_storage const*) @ 0x000000003a6d8ffd
2025-06-08 13:05:34 18. ./base/base/../base/wide_integer_impl.h:810: ThreadPoolImpl::worker(std::__list_iterator) @ 0x000000001f3278b5
2025-06-08 13:05:34 19. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:303: void* std::__thread_proxy[abi:v15000]>, void ThreadPoolImpl::scheduleImpl(std::function, Priority, std::optional, bool)::'lambda0'()>>(void*) @ 0x000000001f3359ab
2025-06-08 13:05:34 20. ? @ 0x00007f2e7c634ac3
2025-06-08 13:05:34 21. ? @ 0x00007f2e7c6c6850
2025-06-08 13:05:34
2025-06-08 13:05:34 message_format_string count() any_message
2025-06-08 13:05:34
2025-06-08 13:05:34 5. {} is in use (by merge/mutation/INSERT) (consider increasing temporary_directories_lifetime setting) 11 /var/lib/clickhouse/store/eb7/eb747121-49c4-4394-9142-6cd2ffc54e8b/tmp_merge_202506_1_117_10/ is in use (by merge/mutation/INSERT) (consider increasing temporary_directories_lifetime setting) (skipped 1 similar messages)
2025-06-08 13:05:34 message_format_string count() any_message
2025-06-08 13:05:34
2025-06-08 13:05:34 6. (from {}{}{}){}{} {} (stage: {}) 2 (from [::1]:36282) (comment: 02687_native_fuzz.sql) -- It correctly throws exception about incorrect data instead of a low-level exception about the allocator:
2025-06-08 13:05:34 SELECT * FROM format(Native, 'WatchID Int64, JavaEnable Int16, UTMCaTitle String, GoodEvent Int16, EventTime DateTime, EventDate Date, Countem String, FromTag String, HasGCLID Int16, RefererHash Int64, URLHash Int64, CLID Int16', $$
������������������������������������������������������������������������ ��'���X+��'���X+��'���URLHashInt64�|3��b.��|3��b.��|3��b.��|3��b.��
2025-06-08 13:05:34 o���e��
�#�\X-h��X v�v����h��9�D�|3��b.�CLIDInt32 � $$); (stage: Complete)
2025-06-08 13:05:34
2025-06-08 13:05:38
2025-06-08 13:05:38
2025-06-08 13:05:38 Top short messages:
2025-06-08 13:05:38
2025-06-08 13:05:38 c message_format_string substr(any(message), 1, 120) min_length_without_exception_boilerplate
2025-06-08 13:05:38
2025-06-08 13:05:38 1. 501 {}:{}: '{}' src/Processors/Transforms/MergeJoinTransform.cpp:836: ' UInt8(size = 1) UInt8(size = 1) UInt8(size = 1)' 30
2025-06-08 13:05:38 2. 12 Illegal UTF-8 sequence, while processing '{}' Code: 36. DB::Exception: Illegal UTF-8 sequence, while processing '�': while executing 'FUNCTION stringJaccardIndexUTF8 -1
2025-06-08 13:05:38 3. 6 Creating {}: {} Creating table test_xm4g897d.tbl: CREATE TABLE IF NOT EXISTS test_xm4g897d.tbl UUID '132008b9-5e35-4c43-8cee-3cae647430e 124
2025-06-08 13:05:38 4. 6 Bad SSH public key provided Code: 706. DB::Exception: Bad SSH public key provided. (LIBSSH_ERROR) (version 24.3.18.10426.altinitystable (altinity bu 29
2025-06-08 13:05:38 5. 5 {} Server was built with sanitizer. It will work slowly. 27
2025-06-08 13:05:38 6. 5 Froze {} parts Froze 1 parts -13
2025-06-08 13:05:38 7. 2 Invalid cache key hex: {} Code: 36. DB::Exception: Invalid cache key hex: kek. (BAD_ARGUMENTS) (version 24.3.18.10426.altinitystable (altinity bui 27
2025-06-08 13:05:38 8. 2 Unknown statistic column: {} Code: 708. DB::Exception: Unknown statistic column: b. (ILLEGAL_STATISTIC) (version 24.3.18.10426.altinitystable (altini 29
2025-06-08 13:05:38
2025-06-08 13:05:38
2025-06-08 13:05:38
2025-06-08 13:05:38 Top messages by level:
2025-06-08 13:05:38
2025-06-08 13:05:38 (0.004668708919990237,'Number of arguments for function {} doesn\'t match: passed {}, should be {}') Error
2025-06-08 13:05:38 (0.00037661058885905927,'Destination table {} has different type of column {} ({} != {}). Data from destination table are converted.') Warning
2025-06-08 13:05:38 (0.002494256162527457,'Removing metadata {} of dropped table {}') Information
2025-06-08 13:05:38 (0.03905493885863848,'(from {}{}{}){}{} {} (stage: {})') Debug
2025-06-08 13:05:38 (0.04965473856071636,'Access granted: {}{}') Trace
2025-06-08 13:05:38
2025-06-08 13:05:38
+ set -e
+ [[ 0 -eq 124 ]]
+ return 0
+ echo 'Files in current directory'
+ ls -la ./
Files in current directory
total 137476
drwxr-xr-x 1 root root 4096 Jun 8 12:53 .
drwxr-xr-x 1 root root 4096 Jun 8 12:53 ..
-rw-rw-r-- 1 1000 1000 300 Jun 8 12:24 analyzer_tech_debt.txt
-rw-rw-r-- 1 root root 1566 Oct 31 2024 attach_gdb.lib
-rw-r--r-- 1 root root 1481 Jun 8 12:29 __azurite_db_blob_extent__.json
-rw-r--r-- 1 root root 4237 Jun 8 12:29 __azurite_db_blob__.json
-rw-r--r-- 1 root root 48109 Jun 8 13:05 azurite_log
lrwxrwxrwx 1 root root 7 Sep 11 2024 bin -> usr/bin
drwxr-xr-x 2 root root 4096 Jun 8 12:29 __blobstorage__
drwxr-xr-x 2 root root 4096 Apr 18 2022 boot
-rw-rw-r-- 1 1000 1000 8800 Jun 8 12:24 broken_tests.json
drwxr-xr-x 8 root root 4096 Jun 8 12:36 clickhouse-local-27076-1749400569-12509082950158159956
drwxr-x--- 4 root root 4096 Jun 8 12:53 data
drwxr-xr-x 5 root root 340 Jun 8 12:28 dev
-rwxr-xr-x 1 root root 0 Jun 8 12:28 .dockerenv
drwxr-xr-x 1 root root 4096 Jun 8 12:29 etc
drwxr-x--- 2 root root 4096 Jun 8 12:53 flags
drwxr-x--- 2 root root 4096 Jun 8 12:53 format_schemas
drwxr-xr-x 1 1000 1000 4096 Jun 8 12:29 hadoop-3.3.1
drwxr-xr-x 2 root root 4096 Apr 18 2022 home
lrwxrwxrwx 1 root root 7 Sep 11 2024 lib -> usr/lib
lrwxrwxrwx 1 root root 9 Sep 11 2024 lib32 -> usr/lib32
lrwxrwxrwx 1 root root 9 Sep 11 2024 lib64 -> usr/lib64
lrwxrwxrwx 1 root root 10 Sep 11 2024 libx32 -> usr/libx32
-rwxr-xr-x 1 root root 21843968 Oct 31 2024 mc
drwxr-xr-x 2 root root 4096 Sep 11 2024 media
drwxr-x--- 2 root root 4096 Jun 8 12:53 metadata
drwxr-x--- 2 root root 4096 Jun 8 12:53 metadata_dropped
-rwxr-xr-x 1 root root 118595584 Oct 31 2024 minio
drwxr-xr-x 4 root root 4096 Jun 8 12:29 minio_data
drwxr-xr-x 2 root root 4096 Sep 11 2024 mnt
drwxr-x--- 2 root root 4096 Jun 8 12:53 named_collections
drwxr-xr-x 2 root root 4096 Sep 11 2024 opt
-rw-r--r-- 1 root root 0 Feb 14 2024 .package-cache-mutate
drwxrwxr-x 2 1000 1000 4096 Jun 8 12:28 package_folder
drwxr-x--- 2 root root 4096 Jun 8 12:53 preprocessed_configs
dr-xr-xr-x 310 root root 0 Jun 8 12:28 proc
-rwxrwxr-x 1 root root 8329 Oct 31 2024 process_functional_tests_result.py
drwx------ 1 root root 4096 Jun 8 12:47 root
drwxr-xr-x 1 root root 4096 Jun 8 12:29 run
-rwxrwxr-x 1 root root 16095 Oct 31 2024 run.sh
lrwxrwxrwx 1 root root 8 Sep 11 2024 sbin -> usr/sbin
-rw-r--r-- 1 root root 462 Jun 8 12:29 script.gdb
-rwxrwxr-x 1 root root 10462 Oct 31 2024 setup_export_logs.sh
-rwxrwxr-x 1 root root 351 Oct 31 2024 setup_hdfs_minicluster.sh
-rwxrwxr-x 1 root root 3464 Oct 31 2024 setup_minio.sh
drwxr-xr-x 2 root root 4096 Sep 11 2024 srv
-rw-r----- 1 root root 64 Jun 8 12:53 status
drwxr-x--- 4 root root 4096 Jun 8 12:53 store
-rw-rw-r-- 1 root root 13192 Oct 31 2024 stress_tests.lib
dr-xr-xr-x 13 root root 0 Jun 8 12:28 sys
drwxrwxr-x 2 1000 1000 4096 Jun 8 12:30 test_output
drwxrwxrwt 1 root root 36864 Jun 8 13:05 tmp
drwxr-xr-x 2 root root 4096 Jun 8 12:30 user_defined
drwxr-x--- 2 root root 4096 Jun 8 12:53 user_files
drwxr-xr-x 1 root root 4096 Sep 11 2024 usr
-rw-rw-r-- 1 root root 833 Oct 31 2024 utils.lib
-rw-r----- 1 root root 36 Jun 8 12:53 uuid
drwxr-xr-x 1 root root 4096 Sep 11 2024 var
Files in root directory
+ echo 'Files in root directory'
+ ls -la /
total 137476
drwxr-xr-x 1 root root 4096 Jun 8 12:53 .
drwxr-xr-x 1 root root 4096 Jun 8 12:53 ..
-rw-rw-r-- 1 1000 1000 300 Jun 8 12:24 analyzer_tech_debt.txt
-rw-rw-r-- 1 root root 1566 Oct 31 2024 attach_gdb.lib
-rw-r--r-- 1 root root 1481 Jun 8 12:29 __azurite_db_blob_extent__.json
-rw-r--r-- 1 root root 4237 Jun 8 12:29 __azurite_db_blob__.json
-rw-r--r-- 1 root root 48109 Jun 8 13:05 azurite_log
lrwxrwxrwx 1 root root 7 Sep 11 2024 bin -> usr/bin
drwxr-xr-x 2 root root 4096 Jun 8 12:29 __blobstorage__
drwxr-xr-x 2 root root 4096 Apr 18 2022 boot
-rw-rw-r-- 1 1000 1000 8800 Jun 8 12:24 broken_tests.json
drwxr-xr-x 8 root root 4096 Jun 8 12:36 clickhouse-local-27076-1749400569-12509082950158159956
drwxr-x--- 4 root root 4096 Jun 8 12:53 data
drwxr-xr-x 5 root root 340 Jun 8 12:28 dev
-rwxr-xr-x 1 root root 0 Jun 8 12:28 .dockerenv
drwxr-xr-x 1 root root 4096 Jun 8 12:29 etc
drwxr-x--- 2 root root 4096 Jun 8 12:53 flags
drwxr-x--- 2 root root 4096 Jun 8 12:53 format_schemas
drwxr-xr-x 1 1000 1000 4096 Jun 8 12:29 hadoop-3.3.1
drwxr-xr-x 2 root root 4096 Apr 18 2022 home
lrwxrwxrwx 1 root root 7 Sep 11 2024 lib -> usr/lib
lrwxrwxrwx 1 root root 9 Sep 11 2024 lib32 -> usr/lib32
lrwxrwxrwx 1 root root 9 Sep 11 2024 lib64 -> usr/lib64
lrwxrwxrwx 1 root root 10 Sep 11 2024 libx32 -> usr/libx32
-rwxr-xr-x 1 root root 21843968 Oct 31 2024 mc
drwxr-xr-x 2 root root 4096 Sep 11 2024 media
drwxr-x--- 2 root root 4096 Jun 8 12:53 metadata
drwxr-x--- 2 root root 4096 Jun 8 12:53 metadata_dropped
-rwxr-xr-x 1 root root 118595584 Oct 31 2024 minio
drwxr-xr-x 4 root root 4096 Jun 8 12:29 minio_data
drwxr-xr-x 2 root root 4096 Sep 11 2024 mnt
drwxr-x--- 2 root root 4096 Jun 8 12:53 named_collections
drwxr-xr-x 2 root root 4096 Sep 11 2024 opt
-rw-r--r-- 1 root root 0 Feb 14 2024 .package-cache-mutate
drwxrwxr-x 2 1000 1000 4096 Jun 8 12:28 package_folder
drwxr-x--- 2 root root 4096 Jun 8 12:53 preprocessed_configs
dr-xr-xr-x 310 root root 0 Jun 8 12:28 proc
-rwxrwxr-x 1 root root 8329 Oct 31 2024 process_functional_tests_result.py
drwx------ 1 root root 4096 Jun 8 12:47 root
drwxr-xr-x 1 root root 4096 Jun 8 12:29 run
-rwxrwxr-x 1 root root 16095 Oct 31 2024 run.sh
lrwxrwxrwx 1 root root 8 Sep 11 2024 sbin -> usr/sbin
-rw-r--r-- 1 root root 462 Jun 8 12:29 script.gdb
-rwxrwxr-x 1 root root 10462 Oct 31 2024 setup_export_logs.sh
-rwxrwxr-x 1 root root 351 Oct 31 2024 setup_hdfs_minicluster.sh
-rwxrwxr-x 1 root root 3464 Oct 31 2024 setup_minio.sh
drwxr-xr-x 2 root root 4096 Sep 11 2024 srv
-rw-r----- 1 root root 64 Jun 8 12:53 status
drwxr-x--- 4 root root 4096 Jun 8 12:53 store
-rw-rw-r-- 1 root root 13192 Oct 31 2024 stress_tests.lib
dr-xr-xr-x 13 root root 0 Jun 8 12:28 sys
drwxrwxr-x 2 1000 1000 4096 Jun 8 12:30 test_output
drwxrwxrwt 1 root root 36864 Jun 8 13:05 tmp
drwxr-xr-x 2 root root 4096 Jun 8 12:30 user_defined
drwxr-x--- 2 root root 4096 Jun 8 12:53 user_files
drwxr-xr-x 1 root root 4096 Sep 11 2024 usr
-rw-rw-r-- 1 root root 833 Oct 31 2024 utils.lib
-rw-r----- 1 root root 36 Jun 8 12:53 uuid
drwxr-xr-x 1 root root 4096 Sep 11 2024 var
+ /process_functional_tests_result.py
2025-06-08 13:05:38,800 File /analyzer_tech_debt.txt with broken tests found
2025-06-08 13:05:38,801 File /broken_tests.json with broken tests found
2025-06-08 13:05:38,801 Broken tests in the list: 73
2025-06-08 13:05:38,801 Find files in result folder test_result.txt,gdb.log,run.log,garbage.log
2025-06-08 13:05:38,808 Is flaky check: False
2025-06-08 13:05:38,808 Result parsed
2025-06-08 13:05:38,809 Result written
+ clickhouse-client -q 'system flush logs'
Detach all logs replication
+ stop_logs_replication
+ echo 'Detach all logs replication'
+ clickhouse-client --query 'select database||'\''.'\''||table from system.tables where database = '\''system'\'' and (table like '\''%_sender'\'' or table like '\''%_watcher'\'')'
+ tee /dev/stderr
+ xargs -n1 -r -i clickhouse-client --query 'drop table {}'
xargs: warning: options --max-args and --replace/-I/-i are mutually exclusive, ignoring previous --max-args value
+ failed_to_save_logs=0
+ for table in query_log zookeeper_log trace_log transactions_info_log metric_log
+ err='++ clickhouse-client -q '\''select * from system.query_log format TSVWithNamesAndTypes'\''
++ zstd --threads=0'
+ echo '++ clickhouse-client -q '\''select * from system.query_log format TSVWithNamesAndTypes'\''
++ zstd --threads=0'
+ [[ 0 != \1\0\4 ]]
+ failed_to_save_logs=1
+ [[ -n '' ]]
+ for table in query_log zookeeper_log trace_log transactions_info_log metric_log
++ clickhouse-client -q 'select * from system.query_log format TSVWithNamesAndTypes'
++ zstd --threads=0
++ clickhouse-client -q 'select * from system.zookeeper_log format TSVWithNamesAndTypes'
++ zstd --threads=0
+ err='++ clickhouse-client -q '\''select * from system.zookeeper_log format TSVWithNamesAndTypes'\''
++ zstd --threads=0'
+ echo '++ clickhouse-client -q '\''select * from system.zookeeper_log format TSVWithNamesAndTypes'\''
++ zstd --threads=0'
+ [[ 0 != \1\0\8 ]]
+ failed_to_save_logs=1
+ [[ -n '' ]]
+ for table in query_log zookeeper_log trace_log transactions_info_log metric_log
++ clickhouse-client -q 'select * from system.trace_log format TSVWithNamesAndTypes'
++ zstd --threads=0
+ err='++ clickhouse-client -q '\''select * from system.trace_log format TSVWithNamesAndTypes'\''
++ zstd --threads=0'
+ echo '++ clickhouse-client -q '\''select * from system.trace_log format TSVWithNamesAndTypes'\''
++ zstd --threads=0'
+ [[ 0 != \1\0\4 ]]
+ failed_to_save_logs=1
+ [[ -n '' ]]
+ for table in query_log zookeeper_log trace_log transactions_info_log metric_log
+ err='++ clickhouse-client -q '\''select * from system.transactions_info_log format TSVWithNamesAndTypes'\''
++ zstd --threads=0'
+ echo '++ clickhouse-client -q '\''select * from system.transactions_info_log format TSVWithNamesAndTypes'\''
++ zstd --threads=0'
+ [[ 0 != \1\1\6 ]]
+ failed_to_save_logs=1
+ [[ -n '' ]]
+ for table in query_log zookeeper_log trace_log transactions_info_log metric_log
++ clickhouse-client -q 'select * from system.transactions_info_log format TSVWithNamesAndTypes'
++ zstd --threads=0
+ err='++ clickhouse-client -q '\''select * from system.metric_log format TSVWithNamesAndTypes'\''
++ zstd --threads=0'
+ echo '++ clickhouse-client -q '\''select * from system.metric_log format TSVWithNamesAndTypes'\''
++ zstd --threads=0'
+ [[ 0 != \1\0\5 ]]
+ failed_to_save_logs=1
+ [[ -n '' ]]
+ sudo clickhouse stop
++ clickhouse-client -q 'select * from system.metric_log format TSVWithNamesAndTypes'
++ zstd --threads=0
script.gdb:13: Error in sourced command file:
No stack.
/var/run/clickhouse-server/clickhouse-server.pid file exists and contains pid = 725.
The process with pid = 725 is running.
Sent terminate signal to process with pid 725.
Waiting for server to stop
/var/run/clickhouse-server/clickhouse-server.pid file exists and contains pid = 725.
The process with pid = 725 is running.
Waiting for server to stop
/var/run/clickhouse-server/clickhouse-server.pid file exists and contains pid = 725.
The process with pid = 725 is running.
Waiting for server to stop
/var/run/clickhouse-server/clickhouse-server.pid file exists and contains pid = 725.
The process with pid = 725 is running.
Waiting for server to stop
/var/run/clickhouse-server/clickhouse-server.pid file exists and contains pid = 725.
The process with pid = 725 is running.
Waiting for server to stop
/var/run/clickhouse-server/clickhouse-server.pid file exists and contains pid = 725.
The process with pid = 725 is running.
Waiting for server to stop
/var/run/clickhouse-server/clickhouse-server.pid file exists and contains pid = 725.
The process with pid = 725 is running.
Waiting for server to stop
/var/run/clickhouse-server/clickhouse-server.pid file exists and contains pid = 725.
The process with pid = 725 is running.
Waiting for server to stop
/var/run/clickhouse-server/clickhouse-server.pid file exists and contains pid = 725.
The process with pid = 725 is running.
Waiting for server to stop
/var/run/clickhouse-server/clickhouse-server.pid file exists and contains pid = 725.
The process with pid = 725 does not exist.
Server stopped
+ [[ -n '' ]]
+ rg -Fa '' /var/log/clickhouse-server/clickhouse-server.log
+ :
+ rg -A50 -Fa ============ /var/log/clickhouse-server/stderr.log
+ :
+ data_path_config=--path=/var/lib/clickhouse/
+ zstd --threads=0
+ [[ -n '' ]]
+ '[' 1 -ne 0 ']'
+ for table in query_log zookeeper_log trace_log transactions_info_log metric_log
+ clickhouse-local --path=/var/lib/clickhouse/ --only-system-tables --stacktrace -q 'select * from system.query_log format TSVWithNamesAndTypes'
+ zstd --threads=0
+ [[ -n '' ]]
+ for table in query_log zookeeper_log trace_log transactions_info_log metric_log
+ clickhouse-local --path=/var/lib/clickhouse/ --only-system-tables --stacktrace -q 'select * from system.zookeeper_log format TSVWithNamesAndTypes'
+ zstd --threads=0
+ [[ -n '' ]]
+ for table in query_log zookeeper_log trace_log transactions_info_log metric_log
+ clickhouse-local --path=/var/lib/clickhouse/ --only-system-tables --stacktrace -q 'select * from system.trace_log format TSVWithNamesAndTypes'
+ zstd --threads=0
+ [[ -n '' ]]
+ for table in query_log zookeeper_log trace_log transactions_info_log metric_log
+ clickhouse-local --path=/var/lib/clickhouse/ --only-system-tables --stacktrace -q 'select * from system.transactions_info_log format TSVWithNamesAndTypes'
+ zstd --threads=0
+ [[ -n '' ]]
+ for table in query_log zookeeper_log trace_log transactions_info_log metric_log
+ clickhouse-local --path=/var/lib/clickhouse/ --only-system-tables --stacktrace -q 'select * from system.metric_log format TSVWithNamesAndTypes'
+ zstd --threads=0
+ [[ -n '' ]]
+ for trace_type in CPU Memory Real
+ clickhouse-local --path=/var/lib/clickhouse/ --only-system-tables -q '
select
arrayStringConcat((arrayMap(x -> concat(splitByChar('\''/'\'', addressToLine(x))[-1], '\''#'\'', demangle(addressToSymbol(x)) ), trace)), '\'';'\'') AS stack,
count(*) AS samples
from system.trace_log
where trace_type = '\''CPU'\''
group by trace
order by samples desc
settings allow_introspection_functions = 1
+ zstd --threads=0
format TabSeparated'
+ for trace_type in CPU Memory Real
+ clickhouse-local --path=/var/lib/clickhouse/ --only-system-tables -q '
select
arrayStringConcat((arrayMap(x -> concat(splitByChar('\''/'\'', addressToLine(x))[-1], '\''#'\'', demangle(addressToSymbol(x)) ), trace)), '\'';'\'') AS stack,
count(*) AS samples
from system.trace_log
where trace_type = '\''Memory'\''
group by trace
order by samples desc
settings allow_introspection_functions = 1
format TabSeparated'
+ zstd --threads=0
+ for trace_type in CPU Memory Real
+ clickhouse-local --path=/var/lib/clickhouse/ --only-system-tables -q '
select
arrayStringConcat((arrayMap(x -> concat(splitByChar('\''/'\'', addressToLine(x))[-1], '\''#'\'', demangle(addressToSymbol(x)) ), trace)), '\'';'\'') AS stack,
count(*) AS samples
from system.trace_log
where trace_type = '\''Real'\''
group by trace
order by samples desc
settings allow_introspection_functions = 1
format TabSeparated'
+ zstd --threads=0
+ rm /var/log/clickhouse-server/clickhouse-server.log
+ mv /var/log/clickhouse-server/stderr.log /test_output/
+ [[ -n '' ]]
+ tar -chf /test_output/coordination.tar /var/lib/clickhouse/coordination
tar: Removing leading `/' from member names
tar: Removing leading `/' from hard link targets
+ [[ -n '' ]]